Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sloria/sublime-html5-boilerplate
- Owner: sloria
- Created: 2013-09-19T12:31:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T16:46:49.000Z (over 6 years ago)
- Last Synced: 2024-10-03T12:19:21.701Z (about 1 month ago)
- Size: 8.79 KB
- Stars: 47
- Watchers: 5
- Forks: 65
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).