Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ⚔️
- Host: GitHub
- URL: https://github.com/squishy123/ronin-cli
- Owner: Squishy123
- License: agpl-3.0
- Created: 2019-08-08T18:10:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T01:45:52.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T16:17:48.037Z (19 days ago)
- Topics: developer-tools, expressjs, js, nodejs, samurai-coding
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 3
- 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![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)
## 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!