Skip to content

README snippets for Visual Code inspired by readme.so

Notifications You must be signed in to change notification settings

threecommaio/vscode-readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-readme

This was inspired by @katherinepeterson who made the wonderful readme.so! Huge thanks.

Configuration

Make sure you have quickSuggestions enabled in your settings.json. By default VSCode turns this off for Markdown.

{
    "[markdown]": {
      "editor.quickSuggestions": true
    }
},

Usage

If you want all the sections below you can use the snippet:

readme

If you want to build up your README by section it's broken down into the following snippets:

  • Title
  • Acknowledgements
  • API Reference
  • Appendix
  • Authors
  • Badges
  • Contributing
  • Demo
  • Used By
  • Usage/Examples
  • Running Tests
  • Tech Stack
  • Support
  • Screenshots
  • Run Local
  • Roadmap
  • Related
  • Optimizations
  • Logo
  • License
  • Lessons
  • Installation
  • Feedback
  • Features
  • FAQ
  • Environment Variables
  • Documentation
  • Deployment

About

README snippets for Visual Code inspired by readme.so

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages