You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

create-project-calavera

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-project-calavera

A simple starting skeleton for common web projects.

0.1.1
latest
Source
npm
Version published
Weekly downloads
11
-21.43%
Maintainers
0
Weekly downloads
 
Created
Source

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.

Keywords

scaffold

FAQs

Package last updated on 30 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts