0.3.4 • Published 5 years ago
recife-cli v0.3.4
CLI(Command-line interface) for RecifeJs.
Install
npm install recife-cli
# or
yarn add recife-cliQuick 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-nameCreate new controller
recife controller UserCreate new model
recife model UserWays to use
See some other ways to use the RecifeJS CLI.
With Yarn
yarn create recife-cli my-project-nameWith NPX
npx recife-cli project my-project-nameWith NPM
npm init recife-cli project my-project-nameLicense
Recife CLI is open source software licensed as MIT.