Contributor guide
Last updated
Was this helpful?
Last updated
Was this helpful?
aecli
from git repositoryClone the 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
Start a new terminal session and try aecli
command to see if everything is okay.
If you have any issue, open an 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.