Adonis Hexa - Development Update- Cli tool to installation and Generation
knacksteem·@freemanity·
0.000 HBD Adonis Hexa - Development Update- Cli tool to installation and Generation
Adonis Hexa - Development Update- Cli tool to installation and Generation of project. #### Repository https://github.com/creatrixity/adonis-hexa   Initially, adonis hexa installation was a clone from the repository, where the command for cloning the repository has to be initiated. ### New Features ## Added cli tool to install project with a command. In order to solve the issue of cloning from the repository then run the command to install dependency each time you want a new project, i built a cli tool that accept commands to generate the project by installing the cli tool globally and running the command to create a new project. ## Installation You can install the package from npm. ```bash npm i --global adonis-hexa@latest ``` ## Next Create new Adonis Hexa project ```bash adonis-hexa new Project-Name ``` ## Usage Move into the project directory ```bash cd Project-Name ``` ## start http server ``` adonis serve --dev ```