Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 806 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 806 Bytes

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