Skip to content

Files

Latest commit

3ddb036 · Jun 27, 2020

History

History
63 lines (40 loc) · 1.44 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.44 KB

RecifeJs

npm version License: MIT Node.js CI

CLI(Command-line interface) for RecifeJs.

Install

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.

See below some usage options:

Create new project

recife project my-project-name

Create new controller

recife controller User

Create new model

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.