Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

RecifeJs

[![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).