7.0.0 • Published 2 years ago

generator-webpack-ts v7.0.0

Weekly downloads
9
License
ISC
Repository
github
Last release
2 years ago

generator-webpack-ts

NPM version

A Yeoman Generator for creating websites with TypeScript, Sass, ESLint and Webpack 5

Installation

First, install Yeoman and generator-webpack-ts using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-webpack-ts

Then generate your new project:

mkdir my-project
cd my-project
yo webpack-ts

The generator will prompt if you want to include the Workbox service worker helper.

See my-project/README.md for information on working with your new project.

Subgenerator: classlib

You can add new classes any time with the subgenerator. Add the --skip-styles flag to skip generating the SCSS file when it is not desired. Add the --element flag to generate a Web Component. Element will be appended to the class name you supply.

yo webpack-ts:classlib [optional/path/]another-greeter [--skip-styles] [--element]

Build your project:

npm run build

Test your project:

npm test

License

ISC © Gary Bortosky

7.0.0-alpha.1

2 years ago

7.0.0-alpha.0

2 years ago

7.0.0

2 years ago

6.22.2

3 years ago

6.22.1

3 years ago

6.22.0

3 years ago

6.21.4

3 years ago

6.21.3

3 years ago

6.20.0

3 years ago

6.19.4

3 years ago

6.19.5

3 years ago

6.21.1

3 years ago

6.21.2

3 years ago

6.21.0

3 years ago

6.19.3

3 years ago

6.19.2

3 years ago

6.19.0

3 years ago

6.18.1

3 years ago

6.18.2

3 years ago

6.18.3

3 years ago

6.18.0

3 years ago

6.17.0

3 years ago

6.17.1

3 years ago

6.16.0

3 years ago

6.15.3

3 years ago

6.15.2

3 years ago

6.15.1

3 years ago

6.15.0

3 years ago

6.14.0

3 years ago

6.13.0

3 years ago

6.12.0

3 years ago

6.11.0

3 years ago

6.10.3

4 years ago

6.10.2

4 years ago

6.10.1

4 years ago

6.10.0

4 years ago

6.9.0

4 years ago

6.8.3

4 years ago

6.8.2

4 years ago

6.8.1

4 years ago

6.8.0

4 years ago

6.7.0

4 years ago

6.7.2

4 years ago

6.7.1

4 years ago

6.6.0

4 years ago

6.5.0

5 years ago

6.4.0

5 years ago

6.3.0

5 years ago

6.2.0

5 years ago

6.1.0

5 years ago

6.0.1

5 years ago

6.0.0

5 years ago

5.3.0

5 years ago

5.2.0

6 years ago

5.1.0

6 years ago

5.0.0

6 years ago

4.3.0

6 years ago

4.2.0

6 years ago

4.1.0

6 years ago

4.0.0

7 years ago

1.0.1

7 years ago

0.1.0

7 years ago