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

react-parcel-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-parcel-cli

Create React apps with no build configuration with parcel

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

react parcel cli

Create React apps with no build configuration with parcel

Quick Overview

$ react-parcel-cli new
$ cd my-app
$ npm start
$ react-parcel-cli create my-app
$ cd my-app
$ npm start

Installation

$ npm install -g react-parcel-cli

Requirement

nodejs

Usage

new

  Usage: new

  Examples:

    $ react-parcel-cli new

create

  Usage: create <name> [options]

  Options:

    -t, --type [type]  "basic" or "redux" (default: basic)
    -p, --path [path]  path to be created. (default: ./)
    -h, --help         output usage information

  Examples:

    $ react-parcel-cli create my-app
    $ react-parcel-cli create my-app -p ./workspace -t redux

Keywords

react

FAQs

Package last updated on 21 Dec 2018

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