Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 13 days ago
JSON representation

CLI Tools for Development with the Ronin Framework ⚔️

Awesome Lists containing this project

README

        

# Ronin-CLI ⚔️
> CLI Tools for Development with the Ronin Framework

![version](https://img.shields.io/badge/version-0.0.7b-brightgreen.svg?style=flat-square) ![docs](https://img.shields.io/badge/docs-coming%20soon-orange.svg?style=flat-square)


Ronin-Cli

## 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!