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

cra-antd-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-antd-cli

A CLI Tool for create a react app with antd, react route, react redux etc.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Cra Antd CLI

A CLI Tool for create a react app with antd, react route, react redux etc.

Installation

# install global
$ npm install -g cra-antd-cli

Usage

# create
$ cra-antd-cli <command> [options]

Command create

# create
$ cra-antd-cli create [options] <project> [template]

# basic
$ cra-antd-cli create project

# create is default command
$ cra-antd-cli project

Command create options

  • -f, --force, force overwrite exists project
# force overwrite
$ cra-antd-cli create -f project

Command help

# help
$ cra-antd-cli -h
$ cra-antd-cli -help

# command help
$ cra-antd-cli create --help

Keywords

cli

FAQs

Package last updated on 28 Dec 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