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: 5 months 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 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T20:17:40.000Z (about 2 years ago)
- Last Synced: 2025-04-06T04:42:44.252Z (about 1 year 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: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSC Code Snippets
[](https://vsc-code-snippets.vercel.app/)
[](https://www.npmjs.com)
[](https://www.npmjs.com/package/vsc-code-snippets)
[](https://github.com/jonasfroeller/VSC_CodeSnippets/releases)
[](https://www.npmjs.com/package/vsc-code-snippets)
[](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