0.2.3 • Published 2 years ago
create-uplift-project v0.2.3
Scaffolding your Uplift Project
Using NPX
npx create-uplift-project@latest [-t template] [folder-name]Then follow the prompts
- Replace
templatewith the template you want to generate - Replace
folder-namewith the desired name for your project folder
Options
It provides some additional options to customize your project creation projects.
Template
--template, -t <template-name>Specify a project template to use
Supported Templates
reactexpressvanilla
Example
npx create-uplift-project@latest --template react [folder]or using the shorthand
npx create-uplift-project@latest -t react [folder]