yarn: add create

This commit is contained in:
Rico Sta. Cruz 2017-09-08 14:00:24 +08:00
parent 3de25000a4
commit 0cb50261fb
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 8 additions and 0 deletions

View File

@ -60,3 +60,11 @@ jest/
```
(New in 1.0) Allows you to specify versions for sub-dependencies. See: [Selective version resolutions](https://github.com/yarnpkg/yarn/pull/4105)
### Create
```bash
yarn create react-app hello
```
Install `create-react-app` and runs it. See: [yarn create](https://github.com/yarnpkg/rfcs/blob/master/implemented/0000-yarn-create.md)