From f90aff7636bcb9443996820bc83ab189460e71ab Mon Sep 17 00:00:00 2001 From: Daniel Rowe Date: Tue, 29 Dec 2020 19:03:29 -0500 Subject: [PATCH] @1.0.0 added --- README.md | 18 ++++++++++++++++++ package.json | 12 +++++++----- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e69de29..151f2ff 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 9c50439..466fbdb 100644 --- a/package.json +++ b/package.json @@ -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": {