0.2.3 • Published 2 years ago

create-uplift-project v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Scaffolding your Uplift Project

Using NPX

npx create-uplift-project@latest [-t template] [folder-name]

Then follow the prompts

  • Replace template with the template you want to generate
  • Replace folder-name with 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

  • react
  • express
  • vanilla

Example

npx create-uplift-project@latest --template react [folder]

or using the shorthand

npx create-uplift-project@latest -t react [folder]
Created and Developed under Uplift Code Camp
0.2.3

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.2

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago