Adonis cli is built on top of commander.js, which is a command line interface tool.
You can install the package from npm.
npm i --global adonis-hexa@latest
Create new Adonis Hexa project
adonis-hexa new Project-Name
Move into the project directory
cd Project-Name
adonis serve --dev
Checkout the official documentation on Adonis Hexa github repository.
To run the test suite, first install the dependencies, then run npm test:
npm test
npm run dev-server
npm run build
npm run lint
Contributions are welcome! Check out the issues or the PRs, and make your own if you want something that you don't see there.
Checkout LICENSE.txt for license information
Emmanuel Freeman Ogbiyoyo (sirfreeman) - https://github.com/ogbiyoyosky