/AxonCLI

CLI tool for AxonJs projects

Primary LanguageTypeScript

Axon CLI

A CLI tool for AxonJs projects to give programmer better experience of coding with AxonJs.

Badges

@axonlabs/cli Downloads

NPM Version GitHub Actions Workflow Status

GitHub Issues or Pull Requests npm bundle size

Installation

Install Axon CLI with npm

npm install -g @axonlabs/cli

After installing Axon CLI as a global package, you can start using Axon CLI with command axon.

# help command
axon --help

Features

  • Create Axon projects with one command
  • Create controller
  • Create middleware
  • Create router
  • Get routes list for better view of project routes

Screenshots

Help:

help command

Create Project:

step 1 - create project step 2 - create project step 3 - create project

Route List:

route list

Authors