Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sloria/sublime-html5-boilerplate

Sublime Text 2/3 snippet to generate HTML5 boilerplate
https://github.com/sloria/sublime-html5-boilerplate

Last synced: 17 days ago
JSON representation

Sublime Text 2/3 snippet to generate HTML5 boilerplate

Awesome Lists containing this project

README

        

# Sublime HTML5 Boilerplate

A Sublime Text 2/3 snippet to generate the HTML5 Boilerplate (v6.0.1) template.

## Install

### Option 1: Manual

Copy the files to your Packages directory.

### Option 2: Package Control

In the command pallette (Cmd-Shift+P on Mac) type 'Install' then press enter to see a list of packages. Search for 'HTML Boilerplate' then press enter to install.

## Usage

With a blank saved HTML file open, type

htmlboiler

and press `TAB`.

That generates:






${1}








Hello world! This is HTML5 Boilerplate.




window.jQuery || document.write('<script src="js/vendor/jquery-3.2.1.min.js"><\/script>')



window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-XXXXX-Y','auto');ga('send','pageview')



## License

[MIT Licensed](http://sloria.mit-license.org/).