create-convention
v0.0.20
Published
Use create-convention, you can set up eslint, prettier and husky super easily
Readme
create-convention
A CLI tool for generating convention files
It fetches templates from the create-convention github repo for config files: https://github.com/codevilot/create-convention
Usage
Caution: This package requires Node.js version 18 or higher.
npx create-conventioncreate-convention includes
- prettierrc
- eslintrc
- gitignore
- prettierignore
If you want to add customized template, Push Request files
example: airbnb
/template/airbnb.gitignore
/template/airbnb.prettierrc
/template/airbnb.gitignoreAfter approval, you can use it as follows.
npx create-convention airbnb