Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasfroeller/vsc_codesnippets
Some useful VSC code snippets. (Default VSC snippet directory on Windows: %APPDATA%\Code\User\snippets\ | Linux: ~/.config/Code/User/snippets/)
https://github.com/jonasfroeller/vsc_codesnippets
fastify feathericons nodejs-server picocss rest-api restful-api vsc-snippets
Last synced: about 1 month ago
JSON representation
Some useful VSC code snippets. (Default VSC snippet directory on Windows: %APPDATA%\Code\User\snippets\ | Linux: ~/.config/Code/User/snippets/)
- Host: GitHub
- URL: https://github.com/jonasfroeller/vsc_codesnippets
- Owner: jonasfroeller
- License: isc
- Created: 2023-03-04T16:05:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-21T20:17:40.000Z (5 months ago)
- Last Synced: 2024-10-11T03:01:12.019Z (about 1 month ago)
- Topics: fastify, feathericons, nodejs-server, picocss, rest-api, restful-api, vsc-snippets
- Language: JavaScript
- Homepage: https://vsc-code-snippets.vercel.app/
- Size: 636 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSC Code Snippets
[![Vercel](https://img.shields.io/website/https/vsc-code-snippets.vercel.app?logo=vercel&label=vercel)](https://vsc-code-snippets.vercel.app/)
[![npm](https://badgen.net/badge/icon/npm?icon=npm&label)](https://www.npmjs.com)
[![total npm downloads](https://badgen.net/npm/dt/vsc-code-snippets)](https://www.npmjs.com/package/vsc-code-snippets)
[![latest github release](https://img.shields.io/github/release/jonasfroeller/VSC_CodeSnippets.svg)](https://github.com/jonasfroeller/VSC_CodeSnippets/releases)
[![npm package license](https://badgen.net/npm/license/vsc-code-snippets)](https://www.npmjs.com/package/vsc-code-snippets)
[![Buymeacoffee](https://badgen.net/badge/icon/buymeacoffee?icon=buymeacoffee&label)](https://buymeacoffee.com/jonasfroeller)Code snippets for Visual Studio Code.
`npm i vsc-code-snippets` // download all snippets from npm
## Content
**Includes snippets for following file extensions:**
* .gitignore
* .asciidoc## Tech
### Fastify
[Fastify-CLI](https://www.npmjs.com/package/fastify-cli)
`npm run dev` // run in development mode
`npm start` // run in production
`npm run test` // run test cases