0.0.17 • Published 4 years ago

@velovsky/create-cs-react v0.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Creditshelf react setup wizard

NPM Creditshelf CLI to setup new react projects in few steps.

Installation

npx @velovsky/create-cs-react <args>
# or
npm install -g @velovsky/create-cs-react

How to start a project?

In order to create a new project you will need to run the following command with the desired project name (Pascal Case)

create-cs-react <name of project> [flags]

The following example creates a new react project named MyApp, installs all the node dependencies and inits a git

create-cs-react MyApp --git --install

Flags

  • --git or -g: inits git
  • --install or -i: installs node modules

Alternative

Also you can just write

create-cs-react

and prompts will be made to setup the configuration (example):

? What project name would you like it to be? MyApp
? Should a git be initialized? Yes
? Would you like to already have all the packages installed? (y/N) n

Final step

Once the setup has run you can open your new project folder with VScode or simply run it*:

cd <project name>
npm start

(*) only if the packages are already installed

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago