Contributor guide
Install aecli from git repository
aecli from git repositoryClone 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 linkfor linkingaecliexecutable tosrc/aecli.jsStart a new terminal session and try
aeclicommand 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.
Last updated
Was this helpful?