Get active code and copy it.
# public
npm i -g @jswork/active-code-cli
# private
git clone https://github.com/afeiship/active-code-cli.git
cd active-code-cli
npm i && npm link
Usage: active-code-cli [options]
Options:
-V, --version output the version number
-d, --debug only show cmds, but not clean.
-s, --src <string> source filepath. (default: "./src")
-h, --help display help for command
Code released under the MIT license.