Skip to content

codevilot/create-convention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: If you don't have package.json and .git folder in your project, create-convention create package.json and .git folder.

npx create-convention

create-convention includes

  • prettierrc
  • eslintrc
  • gitignore
  • husky

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

About

A CLI tool for generating convention files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published