2.0.0 • Published 4 years ago

generator-pnp v2.0.0

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

generator-pnp

Generate TypeScript or JavaScript node project.

npm version Build status

Install

npm install -g yo
npm install -g generator-pnp

Usage

yo pnp [project name] [options]

Options

  • name (String, default current folder) Project name.
  • description(String) Project description.
  • version (String) Package version
  • tsc (Boolean, default true) Typescript project.
  • license (Boolean, default true) Include or not a LICENSE file (MIT).
  • githubAccount (String) Account name for GitHub repo location.
  • repositoryName (String) GitHub repo name.
  • travis (Boolean, default true) Include .travis.yml.
  • appveyor (Boolean, default false) Include appveyor.yml.
  • git (Boolean, default true) Intialize a git repository and add remote.

Sub generators

  • pnp:tsc
  • pnp:js
  • pnp:readme
  • pnp:license
  • pnp:ci
  • pnp:git

Use yo pnp:[sub] --help for more

License

MIT

2.0.0

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago