This package has been deprecated

Author message:

Bye

@tsivinsky17/new-project

2.10.0 • Public • Published

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

Package Sidebar

Install

npm i @tsivinsky17/new-project

Weekly Downloads

1

Version

2.10.0

License

MIT

Unpacked Size

22.7 kB

Total Files

24

Last publish

Collaborators

  • tsivinsky17