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

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

Awesome Lists containing this project

README

          

# README

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#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.

![alt text](https://s19.postimg.cc/3mig98d5v/html_boilerplate_1_0_3.gif "Snippets Preview")

# 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!