0.0.7 • Published 6 years ago
ronin-cli v0.0.7
Ronin-CLI ⚔️
CLI Tools for Development with the Ronin Framework
Install
npm install -g ronin-clior
yarn global add ronin-cliUsage
Creating a new Ronin Project
ronin new [projectName]or
ronin new Making new ronin components
ronin make:[component] [args]Supported Components: migration, model, route, module
Deleting ronin components
ronin delete:[query]Supported Queries: select, migrations, models, modules, middlewares, routes