Commit Graph

7 Commits

Author SHA1 Message Date
Fabrizio Castellarin
7f9fb294b3 Use "commander" for cli argv handling (#1195)
* Use "commander" for  cli argv handling

* Handle different scripts version forms and exits without a name given

* Revert comment about min supported node version

* Check sooner for the minimal node version

* Add travis test for node <4

* Parse stderr in node versions <4
2016-12-11 01:01:20 -08:00
Ville Immonen
bcc469c9a5 Support Yarn (#898)
In the `create-react-app` command, try to install packages using Yarn.
If Yarn is not installed, use npm instead.

In `react-scripts`, detect if the project is using Yarn by checking if
a `yarn.lock` file exists. If the project is using Yarn, display all
the instructions with Yarn commands and use Yarn to install packages
in `init` and `eject` scripts.
2016-11-17 22:55:00 +02:00
Ville Immonen
26464096d5 Set up a monorepo with Lerna 2016-09-19 10:52:19 +03:00
Dan Abramov
938ff9daa6 Misc fixes for Windows (#60) 2016-07-21 16:44:57 +01:00
Christopher Chedeau
5a19998532 test on both node 4/npm 2 and node 6/npm 3 2016-07-18 15:17:58 -07:00
Christopher Chedeau
09991ab368 Dummy update to .travis.yml to kick off the build 2016-07-18 15:17:58 -07:00
Christopher Chedeau
90fc2abff4 Add travis.yml
Unfortunately, travis is not setup for private repos in the facebookincubator repo yet. I'll ping the relevant people tomorrow outside of the weekend :)
2016-07-18 15:17:57 -07:00