maku
v0.1.12
Published
Maku CLI Toolbelt -----------------
Downloads
14
Readme
Maku CLI Toolbelt
Installing
npm install -g maku
Using
Syntax: maku <command>
Available commands:
$ maku fetch fetches modules as defined by 'maku.json'
$ maku build builds modules to the specied bridges as defined by 'maku.json'
$ maku install shorthand for 'maku fetch && maku build'
$ maku publish publishes the current module
$ maku test <test> [--forceOnline] [--noDump] runs tests from the 'tests' directory or specified <test>
$ maku console starts interactive console for debugging purposes
$ maku gen <target> traverses the app and generates target (docs, android, or ios)
$ maku lint <directory> depends in luajit. Ignore maku_modules and tests folder.