New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-carv

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-carv

scaffolding out a carv package.

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

create-carv

Scaffolding out a carv package.

Usage

Note that you will need to have Node.js installed.

Choose one of the following methods

  • npm init carv <project-folder>
  • yarn create carv <project-folder>
  • npx create-carv <project-folder>
  • npm i -g create-carv && create-carv <project-folder>

When you run one of the above scripts, you will be prompted with a few questions. Here's what you need to know to be ready:

  • Optional NPM project scope: this is usually the company name
  • Project name
  • Optional project description
  • Project type
    • Workflow Form
    • Extension Point
    • Component Library
  • Optional url to graphql endpoint
  • Optional use of typescript
  • Optional a custom NPM registry

Features

  • Preview with snowpack
  • Unit test with jest
  • Format code with Prettier
  • ESLint for linting
  • Optional svelte with svelte-preprocess
  • Optional typing using typescript
  • VS Code extension recommendations

Keywords

init

FAQs

Package last updated on 26 Nov 2020

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