3.5.3 • Published 2 years ago

generator-web-dotfiles v3.5.3

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

NPM Downloads NPM Version CI Tests

generator-web-dotfiles

You can use this generator on top of other generators to enforce code standards for js, css, html and markdown. Setup githooks to check linting or run tests when you commit or push and improve the quality of your commit messages with commitlint.

Installing

First install Yeoman:

yarn global add yo

or

npm install -g yo

Now install the ultimate generator:

yarn global add generator-web-dotfiles

or

npm install -g generator-web-dotfiles

Finally, run and follow the instructions:

yo web-dotfiles

Options

You can accept all config files and escape the question by using the option all:

yo web-dotfiles --all

Features

  • package.json automatic configuration

  • ISC license

  • README with name of the project

  • Pre-populated .gitignore

  • NPM configuration .npmrc

  • JavaScript linting through Eslint with standard configuration (.eslintrc.json, .eslintignore)

  • CSS linting through Stylelint with standard configuration (.stylelintrc.json, .stylelintignore)

  • HTML linting through HTMLHint configuration (.htmlhintrc)

  • Markdown linting through Remark with markdown style guide configuration (.remarkrc.js)

  • Commit linting with commitlint configuration (commitlintrc.js) and husky

  • Git commits with husky. Runs lint on commit, runs tests on push. If you haven't initialized a git repository, the githooks won't be installed. First, initialize your git repository git init. You can always run the generator again to add the hooks or install husky events yarn husky install and add the files to run on events e.g.: yarn husky add .husky/pre-commit "yarn lint".

Compatibility

Version 3.x requires yo 4.x

3.5.3

2 years ago

3.5.2

2 years ago

3.5.1

2 years ago

3.5.0

2 years ago

3.1.2

3 years ago

3.1.0

3 years ago

3.0.1

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

3.0.0

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.0

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.4

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

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

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago