├── README.md └── htmlboiler.sublime-snippet /README.md: -------------------------------------------------------------------------------- 1 | # Sublime HTML5 Boilerplate 2 | 3 | A Sublime Text 2/3 snippet to generate the HTML5 Boilerplate (v6.0.1) template. 4 | 5 | ## Install 6 | 7 | ### Option 1: Manual 8 | 9 | Copy the files to your Packages directory. 10 | 11 | ### Option 2: Package Control 12 | 13 | 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. 14 | 15 | ## Usage 16 | 17 | With a blank saved HTML file open, type 18 | 19 | htmlboiler 20 | 21 | and press `TAB`. 22 | 23 | That generates: 24 | 25 | 26 | 27 |
28 | 29 | 30 |Hello world! This is HTML5 Boilerplate.
48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 59 | 60 | 61 | 62 | 63 | ## License 64 | 65 | [MIT Licensed](http://sloria.mit-license.org/). 66 | -------------------------------------------------------------------------------- /htmlboiler.sublime-snippet: -------------------------------------------------------------------------------- 1 |Hello world! This is HTML5 Boilerplate.
26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 37 | 38 | 39 | 40 | ]]>