Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/recifejs/cli
CLI for RecifeJs
https://github.com/recifejs/cli
cli graphql mvc nodejs recife typescript
Last synced: about 2 months ago
JSON representation
CLI for RecifeJs
- Host: GitHub
- URL: https://github.com/recifejs/cli
- Owner: recifejs
- License: mit
- Created: 2020-06-05T01:42:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T22:24:52.000Z (over 3 years ago)
- Last Synced: 2023-03-10T05:02:49.626Z (almost 2 years ago)
- Topics: cli, graphql, mvc, nodejs, recife, typescript
- Language: TypeScript
- Homepage: https://recifejs.org/docs/introduction-cli
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm version](https://img.shields.io/npm/v/recife-cli?style=flat-square&logo=npm)](https://www.npmjs.com/package/recife-cli) [![License: MIT](https://img.shields.io/github/license/recifejs/cli?style=flat-square)](https://github.com/recifejs/cli/blob/master/LICENSE) [![Node.js CI](https://img.shields.io/github/workflow/status/recifejs/cli/Node.js%20CI?style=flat-square&logo=github)](https://github.com/recifejs/cli/workflows/Node.js%20CI)
CLI(Command-line interface) for RecifeJs.
## Install
```bash
npm install recife-cli
# or
yarn add recife-cli
```## Quick Overview
RecifeJs CLI offers a variety of options to further accelerate development within the framework. For more details visit the [documentation link](https://recifejs.org/docs/introduction-cli).
See below some usage options:
**Create new project**
```bash
recife project my-project-name
```**Create new controller**
```bash
recife controller User
```**Create new model**
```bash
recife model User
```## Ways to use
See some other ways to use the RecifeJS CLI.
### With Yarn
```
yarn create recife-cli my-project-name
```### With NPX
```
npx recife-cli project my-project-name
```### With NPM
```
npm init recife-cli project my-project-name
```## License
Recife CLI is open source software [licensed as MIT](https://github.com/recifejs/recife-cli/blob/master/LICENSE).