create-convention
TypeScript icon, indicating that this package has built-in type declarations

0.0.20 • Public • Published

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

create-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.gitignore

After approval, you can use it as follows.

npx create-convention airbnb

Dependencies (4)

Dev Dependencies (5)

Package Sidebar

Install

npm i create-convention

Weekly Downloads

5

Version

0.0.20

License

MIT

Unpacked Size

25.9 kB

Total Files

15

Last publish

Collaborators

  • namhundred