Skip to content

Commit

Permalink
updated README.md and published snippets to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesisfroellerix committed Jun 23, 2023
1 parent 99b9bc5 commit 3f59fc4
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 16 additions & 0 deletions public/snippets/README.md
Original file line number Diff line number Diff line change
@@ -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`
24 changes: 24 additions & 0 deletions public/snippets/package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 3f59fc4

Please sign in to comment.