CLI(Command-line interface) for RecifeJs.
npm install recife-cli
# or
yarn add recife-cli
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
See some other ways to use the RecifeJS CLI.
yarn create recife-cli my-project-name
npx recife-cli project my-project-name
npm init recife-cli project my-project-name
Recife CLI is open source software licensed as MIT.