From 5ff28db2bd6ea8f4ab11121a7084703bc5619334 Mon Sep 17 00:00:00 2001 From: Napoleon Oikonomou Date: Mon, 1 Feb 2021 19:19:30 +0200 Subject: [PATCH] Prepare release --- README.md | 4 +++- package.json | 58 ++++++++++++++++++++++++++++------------------------ 2 files changed, 34 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 22da75e..7802023 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ 1: [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! diff --git a/package.json b/package.json index 6a1b21f..87f8b61 100644 --- a/package.json +++ b/package.json @@ -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" + } }