Skip to content

Commit

Permalink
@1.0.0 added
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRowe committed Dec 30, 2020
1 parent 1800a5a commit f90aff7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# cra-template-danrowe

Create React App with Eslint and Prettier configured.

This template uses the official [cra-template](https://www.npmjs.com/package/cra-template) but adds eslint and prettier preconfigured.

Designed to be used in VSCode and comes with workspace settings in `.vscode/settings.json`.

## Install

`npx create-react-app my-app --template danrowe`

Replace `my-app` with the name of your application

For more information, please refer to:

- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "cra-template-danrowe",
"version": "0.0.5",
"version": "1.0.0",
"author": "DanRowe",
"description": "Base template with Eslint Airbnb and prettier config.",
"description": "Base Create React App template with Eslint and prettier configured.",
"keywords": [
"react",
"create-react-app",
"template"
"template",
"eslint",
"prettier",
"vscode"
],
"main": "template.json",
"repository": {
"type": "git",
"url": "https://github.com/facebook/create-react-app.git",
"directory": "packages/cra-template"
"url": "https://github.com/DanRowe/cra-template-danrowe.git"
},
"license": "MIT",
"engines": {
Expand Down

0 comments on commit f90aff7

Please sign in to comment.