diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000000..02fdf1aaeed --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,20 @@ +cff-version: 1.2.0 +title: Create React App [![Build Status](https://dev.azure.com/facebook/create-react-app/_apis/build/status/facebook.create-react-app?branchName=main)](https://dev.azure.com/facebook/create-react-app/_build/latest?definitionId=1&branchName=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/facebook/create-react-app/blob/main/CONTRIBUTING.md) +message: >- + If you use this work and you want to cite it, + then you can use the metadata from this file. +type: software +authors: + - given-names: Joel Parker + family-names: Henderson + email: joel@joelparkerhenderson.com + affiliation: joelparkerhenderson.com + orcid: 'https://orcid.org/0009-0000-4681-282X' +identifiers: + - type: url + value: 'https://github.com/joelparkerhenderson/create-react-app/' + description: Create React App [![Build Status](https://dev.azure.com/facebook/create-react-app/_apis/build/status/facebook.create-react-app?branchName=main)](https://dev.azure.com/facebook/create-react-app/_build/latest?definitionId=1&branchName=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/facebook/create-react-app/blob/main/CONTRIBUTING.md) +repository-code: 'https://github.com/joelparkerhenderson/create-react-app/' +abstract: >- + Create React App [![Build Status](https://dev.azure.com/facebook/create-react-app/_apis/build/status/facebook.create-react-app?branchName=main)](https://dev.azure.com/facebook/create-react-app/_build/latest?definitionId=1&branchName=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/facebook/create-react-app/blob/main/CONTRIBUTING.md) +license: See license file diff --git a/README.md b/README.md index 71c6485a16b..0b534e6676f 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,15 @@ npm init react-app my-app _`npm init ` is available in npm 6+_ -### Yarn +### Yarn version 2+ + +```sh +yarn dlx create-react-app ./my-app +``` + +_[`yarn dlx `](https://yarnpkg.com/cli/dlx) is available in Yarn 2+_ + +### Yarn version 1 ```sh yarn create react-app my-app