https://github.com/squishy123/ronin-cli
CLI Tools for Development with the Ronin Framework ⚔️
https://github.com/squishy123/ronin-cli
developer-tools expressjs js nodejs samurai-coding
Last synced: 3 months ago
JSON representation
CLI Tools for Development with the Ronin Framework ⚔️
- Host: GitHub
- URL: https://github.com/squishy123/ronin-cli
- Owner: Squishy123
- License: agpl-3.0
- Created: 2019-08-08T18:10:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T01:45:52.000Z (over 2 years ago)
- Last Synced: 2025-04-07T07:55:07.557Z (3 months ago)
- Topics: developer-tools, expressjs, js, nodejs, samurai-coding
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ronin-CLI ⚔️
> CLI Tools for Development with the Ronin Framework 
![]()
## Install
```console
npm install -g ronin-cli
```
### or
```console
yarn global add ronin-cli
```## Usage
### Creating a new Ronin Project
```console
ronin new [projectName]
```
### or
```console
ronin new
```### Making new ronin components
```console
ronin make:[component] [args]
```
Supported Components: migration, model, route, module### Deleting ronin components
```console
ronin delete:[query]
```
Supported Queries: select, migrations, models, modules, middlewares, routes## Docs
### Take a look at the documentation
## - [General Overview](docs/GENERAL.md)
## - [Getting Started with Development](docs/development/getting-started.md)
## - [Ronin Components](docs/COMPONENTS.md)## Development
### Looking to Contribute? Check out the [development docs](docs/development/getting-started.md)!# 🚧 UNDER CONSTRUCTION 🚧
## More coming soon!