0.1.1 • Published 8 months ago

create-project-calavera v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

create-project-calavera

Add common linters, formatters, and hopefully sane configurations, for common web projects with an intuative CLI.

Current Features

  • EditorConfig
  • ESLint (If using TypeScript, this will be configured using typescript-eslint)
  • tsconfig
  • tsconfig (noEmit - when used with a bundler)
  • Prettier
  • Stylelint

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.

NOTE: If you do not have a package.json Calavera will offer to create one for you. If you choose this option, one is created using npm init -y.

0.1.0

8 months ago

0.1.1

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago