create-project-calavera
v0.2.0
Published
A simple starting skeleton of linters and formatters for common web projects.
Downloads
25
Maintainers
Readme
create-project-calavera
Add common linters, formatters, and hopefully sane configurations, for common web projects with an intuitive CLI.
https://github.com/user-attachments/assets/156e8b86-f389-41d8-8ab7-0817e3c3d094
Current Features
- [x] EditorConfig
- [x] ESLint (If using TypeScript, this will be configured using typescript-eslint)
- [x] ESLint HTML
- [x]
tsconfig - [x]
tsconfig(noEmit - when used with a bundler) - [x] Prettier
- [x] Stylelint
Using the CLI
From the root of your project, run the following command:
npm create project-calaveraAll that is left to do is to follow the prompts.
NOTE: If you do not have a
package.jsonCalavera will offer to create one for you. If you choose this option, one is created usingnpm init -y.
Thanks!
Thank you Nik on Unsplash for the photo I used on the social preview.
