/atom-html-templates

A simple extension for Atom.io to generate html5 templates with some other dependencies

Primary LanguageCoffeeScriptMIT LicenseMIT

atom-html-templates package

This is simple package that lets you generate a html5 template with dependencies that you need.

Usage

All you have to do is to write a html5 and press ctrl+alt+o and a template will generate. You can also add more switches to adjust the template to your needs. Now there are available:

  • bootstrap
  • foundation
  • jquery_1.12.1
  • jquery_2.2.1
  • mdi
  • fontAwesome

For example:

 html5-bootstrap
 html5-mdi-foundation
 html5-bootstrap-jquery_2.2.1