From ed7b61b4a876e879732a40aadf9ad830fbb4d012 Mon Sep 17 00:00:00 2001 From: TimMikeladze Date: Thu, 29 Dec 2022 02:48:22 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E2=9A=A1=20Add=20README.md=20to?= =?UTF-8?q?=20degit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add README.md to degit 🔧 Configuration files, ⚡ General update --- README.md | 2 +- degit.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d070ef2..f1ec91e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a slightly opinionated starter kit for developing [Next.js](https://next ## 🏃‍ Get started -To get started clone the repo. Using `npx degit` is a great way to get this done quickly as it will remove the `.git` folder plus extra files like the `LICENSE.md` or `FUNDING.yml` saving you the effort. +To get started clone the repo. Using `npx degit` is a great way to get this done quickly as it will remove the `.git` folder plus extra files like the `LICENSE.md` or this very `README.md` file. ```console npx degit TimMikeladze/next-apollo-joy-starter my-app diff --git a/degit.json b/degit.json index f8528b3..11e39c0 100644 --- a/degit.json +++ b/degit.json @@ -1,6 +1,6 @@ [ { "action": "remove", - "files": ["LICENSE.md", ".github/FUNDING.yml"] + "files": ["README.md", "LICENSE.md", ".github/FUNDING.yml"] } ]