Commit Graph

9 Commits

Author SHA1 Message Date
Mo Binni
53db95a8c3 NPM version check for tip (#1193)
* Implemented a version check of npm to give a soft tip during the install procedure
and fixed gitignore

* Moved NPM check to method, it is only executed when you use NPM and the version is < 3.

* Minor formatting tweaks

* Simplify the code

* Remove unnecessary change
2017-02-24 20:25:18 +00:00
Anders D. Johnson
b0b0e6da55 fix: add yarn gitignores (#1507)
* fix: add yarn gitignores to template

* fix: add yarn gitignores to root

* fix: add wildcard to npm-debug.log ignore
2017-02-11 01:30:11 +00:00
Ville Immonen
e167e45a2c Update changelog for 0.8.0 and add Lerna Changelog (#1141) 2016-12-03 17:53:03 +02:00
Ville Immonen
26464096d5 Set up a monorepo with Lerna 2016-09-19 10:52:19 +03:00
Christoph Pojer
0e5abada75 Add Jest. (#250) 2016-08-02 00:22:33 +01:00
Nathan Verni
1bffa4cf33 Ignores my-app* directories (#86)
The Contributing instructions in the README give my-app as the sample
app name when running `npm run create-react-app my-app`. This just adds
those directories to the .gitignore so they don't accidentally get
committed.
2016-07-22 20:07:09 +01:00
Christopher Chedeau
2305bf2397 Initial version of the global cli
Test Plan:

```
npm pack
node global-cli/index.js testing --scripts-version /Users/vjeux/random/react-getting-started/create-react-app-scripts-0.0.1.tgz
```

make sure it shows

```
Creating the app testing at /Users/vjeux/random/react-getting-started/testing
```
2016-07-18 15:17:55 -07:00
Dan Abramov
86fa5b3f78 Add some "basic" configuration 2016-07-18 15:17:54 -07:00
Christopher Chedeau
9c72b8137c Initial commit with webpack and css/autoprefixer working 2016-07-18 15:17:54 -07:00