@adonisjs/ace

CLI framework for building command-line tools in Node.js

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A CLI framework for Node.js

Commands

ace

Examples

create a new command in my project$ ace make:command hello
list all available commands$ ace list
run database migrations$ ace migrate
generate a new model file$ ace make:model User
start development server$ ace serve