CLI(Command-line interface) for RecifeJs.
npm install recife-cli
# or
yarn add recife-cliRecifeJs 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 UserSee 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.
