create-project-calavera
v0.0.5
Published
A simple starting skeleton for common web projects.
Downloads
339
Maintainers
Readme
create-project-calavera
Add common linters, formatters, and hopefully sane configurations, for common web projects with an intuative CLI.
Current Features
- [x] ESLint
- [x] Prettier
- [x] Stylelint
- [x] EditorConfig
Using the CLI
From the root of your project, run the following command:
npm create project-calavera
All that is left to do is to follow the prompts.