1.0.13 • Published 10 months ago

tidy-cz v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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-dev

Peer dependencies

Package NameDescription
CommitizenA tool for generating structured commit messages.
PrettierA code formatter that enforces code style and consistency.

Scripts

CommandDescription
npm run commitRuns a git add . & then runs the commitizen
npm run formatFormats 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

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago