cra-local
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i cra-local

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

7.21 kB

Total Files

6

Last publish

Collaborators

  • ackeecz