adonis-hexa
v3.2.6
Published
A cli tool for adonis hexa.
Downloads
10
Readme
Adonis Hexa Cli 🍺
Adonis cli is built on top of commander.js, which is a command line interface tool.
Installation
You can install the package from npm.
npm i --global adonis-hexa@latest
Next
Create new Adonis Hexa project
adonis-hexa new Project-Name
Usage
Move into the project directory
cd Project-Name
start http server
adonis serve --dev
Moving Forward
Checkout the official documentation on Adonis Hexa github repository.
Tests
To run the test suite, first install the dependencies, then run npm test:
npm test
Running the Development Server for contribution
npm run dev-server
Running Build for for testing.
npm run build
Running Standard for indenting
npm run lint
Contributing
Contributions are welcome! Check out the issues or the PRs, and make your own if you want something that you don't see there.
License
Meta
Checkout LICENSE.txt for license information
Emmanuel Freeman Ogbiyoyo (sirfreeman) - https://github.com/ogbiyoyosky