Squishy123 / ronin-cli

CLI Tools for Development with the Ronin Framework ⚔️
GNU Affero General Public License v3.0
1 stars 1 forks source link
developer-tools expressjs js nodejs samurai-coding

Ronin-CLI ⚔️

CLI Tools for Development with the Ronin Framework

version docs

Ronin-Cli

Install

npm install -g ronin-cli

or

yarn global add ronin-cli

Usage

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

Docs

Take a look at the documentation

- General Overview

- Getting Started with Development

- Ronin Components

Development

Looking to Contribute? Check out the development docs!

🚧 UNDER CONSTRUCTION 🚧

More coming soon!