0.0.4 • Published 4 years ago

cra-local v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

cra-local

A CLI helper that creates a test app from local versions of create-react-app packages

oclif Version Downloads/week

Usage

$ yarn global add cra-local
# or
$ npx cra-local

$ cra-local --help

Examples

  1. Create test app with local version of react-scripts & cra-template-typescript:

    $ npx cra-local -s ./create-react-app/packages -o ./temp
  2. Create test app only with local version of react-scripts:

    $ npx cra-local -s ./create-react-app/packages -o ./temp -i react-scripts
0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago