A CLI tool for AxonJs projects to give programmer better experience of coding with AxonJs.
Install Axon CLI with npm
npm install -g @axonlabs/cliAfter installing Axon CLI as a global package, you can start using Axon CLI with command axon.
# help command
axon --help- Create Axon projects with one command
- Create controller
- Create middleware
- Create router
- Get routes list for better view of project routes




