Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Feb 1, 2021
1 parent fe44b42 commit 5ff28db
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 28 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
<sup>1</sup>: [PWA](https://web.dev/progressive-web-apps/), [eslint](https://eslint.org/), [Material UI](https://material-ui.com/), [react-router](https://reactrouter.com/), [cypress](https://www.cypress.io/), [Google Analytics](https://analytics.google.com/), [Sentry](https://sentry.io/welcome/), [swr](https://swr.vercel.app/), [zustand](https://zustand.surge.sh/), [react-app-rewired](https://github.com/timarney/react-app-rewired), [sass](https://sass-lang.com/) and other bits and bobs.

[![npm](https://img.shields.io/npm/v/@iamnapo/cra-template.svg?style=for-the-badge&logo=npm&label=)](https://www.npmjs.com/package/@iamnapo/cra-template) [![style](https://img.shields.io/badge/code%20style-iamnapo-cyan.svg?style=for-the-badge)](https://iamnapo.me)

## Usage

```sh
$ npx create-react-app my-app --template @iamnapo
```

> Note: Be sure to edit `.env` & `.github/workflows/ci.yml` accordingly before starting developing!
> Note: Be sure to edit `.env` & `.github/workflows/ci.yml` accordingly, before starting developing!
58 changes: 31 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,39 @@
{
"name": "@iamnapo/cra-template",
"version": "0.0.0",
"private": true,
"description": "Opinionated Create React App template with all the important stuff",
"keywords": [
"react",
"create-react-app",
"name": "@iamnapo/cra-template",
"version": "0.0.0",
"description": "Opinionated Create React App template with all the important stuff",
"keywords": [
"react",
"create-react-app",
"template",
"cra-template",
"iamnapo",
"material-ui",
"iamnapo",
"material-ui",
"react-router",
"eslint",
"cypress",
"swr",
"zustand"
],
"homepage": "https://github.com/iamnapo/cra-template#readme",
"bugs": {
"url": "https://github.com/iamnapo/cra-template/issues"
},
"repository": "github:iamnapo/cra-template",
"license": "MIT",
"author": {
"name": "Napoleon-Christos Oikonomou",
"email": "napoleonoikon@gmail.com",
"url": "https://iamnapo.me"
},
"main": "template.json",
"files": [
"template",
"template.json"
]
"zustand",
"google-analytics",
"pwa"
],
"homepage": "https://github.com/iamnapo/cra-template#readme",
"bugs": {
"url": "https://github.com/iamnapo/cra-template/issues"
},
"repository": "github:iamnapo/cra-template",
"license": "MIT",
"author": {
"name": "Napoleon-Christos Oikonomou",
"email": "napoleonoikon@gmail.com",
"url": "https://iamnapo.me"
},
"main": "template.json",
"files": [
"template",
"template.json"
],
"publishConfig": {
"access": "public"
}
}

0 comments on commit 5ff28db

Please sign in to comment.