From 3f59fc46cd4f82be9eddd94dc71b86b30e7ab963 Mon Sep 17 00:00:00 2001 From: Jonas Date: Fri, 23 Jun 2023 12:22:59 +0200 Subject: [PATCH] updated README.md and published snippets to npm --- README.md | 1 + public/snippets/README.md | 16 ++++++++++++++++ public/snippets/package.json | 24 ++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 public/snippets/README.md create mode 100644 public/snippets/package.json diff --git a/README.md b/README.md index be35d93..92ce100 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Getting Started with [Fastify-CLI](https://www.npmjs.com/package/fastify-cli) + This project was bootstrapped with Fastify-CLI. ## Available Scripts diff --git a/public/snippets/README.md b/public/snippets/README.md new file mode 100644 index 0000000..a64ed88 --- /dev/null +++ b/public/snippets/README.md @@ -0,0 +1,16 @@ +# VSC Code Snippets + +Code snippets for Visual Studio Code. + +`npm i vsc-code-snippets` + +## Content + +**Includes snippets for following file extensions:** + +* .gitignore +* .asciidoc + +## [Github](https://github.com/jonasfroeller/VSC_CodeSnippets) + +`git clone https://github.com/jonasfroeller/VSC_CodeSnippets.git` diff --git a/public/snippets/package.json b/public/snippets/package.json new file mode 100644 index 0000000..ed6cb68 --- /dev/null +++ b/public/snippets/package.json @@ -0,0 +1,24 @@ +{ + "name": "vsc-code-snippets", + "version": "1.0.2", + "description": "Code snippets for Visual Studio Code.", + "main": ".", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/jonasfroeller/VSC_CodeSnippets.git" + }, + "keywords": [ + "vsc", + "snippet", + "coding" + ], + "author": "Jonas Fröller", + "license": "ISC", + "bugs": { + "url": "https://github.com/jonasfroeller/VSC_CodeSnippets/issues" + }, + "homepage": "https://github.com/jonasfroeller/VSC_CodeSnippets#readme" +} \ No newline at end of file