1.0.0-alpha.10 • Published 2 years ago
@zup-it/nimbus-backend-cli v1.0.0-alpha.10
Nimbus Backend TypeScript CLI
This is the CLI for Nimbus Backend TypeScript, where you can quickly create a new project and generate screens.
Setting Up a Project
Install the Nimbus Backend TypeScript CLI globally:
npm install -g @zup-it/nimbus-backend-typescript-cli
Create a new project:
nimbus-ts new [PROJECT NAME]
Run the application:
cd [PROJECT NAME]
npm run start
Generating a Screen
Go to the project root and run:
nimbus-ts generate-screen [SCREEN NAME]
The new screen will be generated inside the folder: src/screens
, or inside the folder defined on the attribute screensFolderPath
in the configuration file ./nimbus-ts.json
.
For the full documentation of Nimbus Backend TypeScript CLI, please go to the Official Page.
1.0.0-alpha.10
2 years ago
1.0.0-alpha.9
3 years ago
1.0.0-alpha.8
3 years ago
1.0.0-alpha.7
3 years ago
1.0.0-alpha.6
3 years ago
1.0.0-alpha.5
3 years ago
1.0.0-alpha.4
3 years ago
1.0.0-alpha.3
3 years ago
1.0.0-alpha.2
3 years ago
1.0.0-alpha.1
3 years ago
1.0.0-alpha2
3 years ago
1.0.0-alpha1
3 years ago