Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/)

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