aecli
Clone the aepp-cli-jsarrow-up-right git repository into any place you like
With your terminal: enter in folder when the repo has been cloned
Run npm link for linking aecli executable to src/aecli.js
npm link
src/aecli.js
Start a new terminal session and try aecli command to see if everything is okay.
If you have any issue, open an issuearrow-up-right in github
If you have problems linking, try also npm install and then npm link. Instead of using npm link you can also execute ./src/aecli.js directly.
npm install
./src/aecli.js
Last updated 9 months ago
Was this helpful?