https://github.com/sidthesloth92/vsc_html5_boilerplate
This is a Visual Studio Code snippet extension for generating HTML 5 boilerplate code
https://github.com/sidthesloth92/vsc_html5_boilerplate
boilerplate front-end hacktoberfest html snippet vscode vscode-extension vscode-snippets
Last synced: 5 months ago
JSON representation
This is a Visual Studio Code snippet extension for generating HTML 5 boilerplate code
- Host: GitHub
- URL: https://github.com/sidthesloth92/vsc_html5_boilerplate
- Owner: sidthesloth92
- License: mit
- Created: 2016-05-07T21:14:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T03:32:30.000Z (about 4 years ago)
- Last Synced: 2023-08-01T17:30:03.996Z (almost 3 years ago)
- Topics: boilerplate, front-end, hacktoberfest, html, snippet, vscode, vscode-extension, vscode-snippets
- Homepage: https://marketplace.visualstudio.com/items?itemName=sidthesloth.html5-boilerplate
- Size: 1.19 MB
- Stars: 41
- Watchers: 6
- Forks: 52
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# README
[](#contributors-)
## Visual Studio Code HTML Boilerplate
This extension provides the standard HTML boilerplate code used in all web applications.
# Usage
Type 'html5-boilerplate' in an HTML file and select the snippet from the auto suggestion dropdown to get the HTML boilerplate.

# Installation
1. Install Visual Studio Code 0.10.1 or higher
2. Launch VS Code
3. Launch the command palette by using `Ctrl-Shift-P` (Windows, Linux) or `Cmd-Shift-P` (OSX)
4. Type in Install Extension and select 'Extensions : Install Extensions'
5. Type `HTML5 Boilerplate`
6. Choose the extension from the drop down
7. Reload Visual Studio Code
# Usage
1. Create a new document
2. Set the language mode to html
3. Type `html` the auto-complete option for `html5-boilerplate` shows. Select it to generate the boilerplate
# Contact
If you have any issues report them at [Issues](https://github.com/sidthesloth92/vsc_html5_boilerplate/issues)
# Source
[Github](https://github.com/sidthesloth92/vsc_html5_boilerplate)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Dinesh Balaji
💻

R. Andrei Romero Alvarez
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!