@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

List all available commands$ ace list
Create a new migration file$ ace make:migration create_users_table
Run database migrations$ ace migration:run