2.10.0 • Published 4 years ago

@tsivinsky17/new-project v2.10.0

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

new-project-cli

Install

  npm i -g @tsivinsky17/new-project

Version

For see version of your package, add -v or --version flag

  new-project -v

Or

  new-project --version

Help

For see help message, add -h or --help flag

  new-project -h

Or

  new-project --help

Usage

  new-project <PROJECT_TYPE> <PROJECT_NAME>

Project Types

React Webpack Application

 new-project react <PROJECT_NAME>

Flags

  1. --proxy This flag allows you to set proxy field to webpack config file
  new-project react react-app --proxy=http://localhost:5000

Express Application

  new-project express <PROJECT_NAME>

Electron Application

  new-project electron <PROJECT_NAME>

Flags which is supported by all types

  1. --main-file This flag allows you to change main file name of new project, like this:
  new-project react react-app --main-file=app.js
  1. --yarn This flag allows you to set default package manager to yarn.
  new-project react react-app --yarn
2.10.0

4 years ago

2.9.0

4 years ago

2.8.0

4 years ago

2.7.0

4 years ago

2.6.3

4 years ago

2.6.4

4 years ago

2.6.2

4 years ago

2.6.1

4 years ago

2.6.0

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago