Contributor guide
Install aecli
from git repository
- Clone the aepp-cli-js git repository into any place you like
- With your terminal: enter in folder when the repo has been cloned
- Run
npm link
for linkingaecli
executable tosrc/aecli.js
- Start a new terminal session and try
aecli
command to see if everything is okay. - If you have any issue, open an issue 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.