1.6.2 • Published 5 years ago

generator-tspkg v1.6.2

Weekly downloads
67
License
-
Repository
-
Last release
5 years ago

generator-tspkg

tspkg is a Yeoman generator for TypeScript packages targeted at developer productivity and best practices.

Highlights

tspkg includes the following:

  • TypeScript configuration
  • TSLint support
  • Prettier support
  • Jest support
  • TypeDoc website for your project
  • Pre-commit and pre-push Git hooks for better CI
  • Support for loading environment variables from a .env file during development
  • Publishing support for regular packages and CLI tools, with tspkg you can choose to:
    • Publish your package as a library, or
    • Publish your package as an executable

Quick start

To install with Yarn, run:

yarn install

To install with NPM, run:

npm install

Create an empty directory for your project, cd into the newly created directory and run:

yo tspkg

Now tspkg will ask you a series of questions that tell tspkg how to set-up your TypeScript package.

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago