1.0.13 • Published 2 years ago
tidy-cz v1.0.13
Tidy-cz
Installs commitizen/prettier to your project
adds custom run scripts for formatting and committing code.
Adds .prettierignore/.prettierrc files to the root directory
Installation
npm install tidy-cz --save-devPeer dependencies
| Package Name | Description |
|---|---|
| Commitizen | A tool for generating structured commit messages. |
| Prettier | A code formatter that enforces code style and consistency. |
Scripts
| Command | Description |
|---|---|
npm run commit | Runs a git add . & then runs the commitizen |
npm run format | Formats all code to prettierrc.json config |
.prettierrc
prettierrc
The .prettierrc file contains custom config settings, please read the prettier documentation for more information
.prettierignore
prettierignore
This file contains node_modules for prettier to ignore when running