atom-abbreviation
Quick HTML templates to start your project
fishcharlie 1,241 0 2.5.0 MIT GitHub

atom-abbreviation package

This Atom Package allows you to quickly start HTML documents from templates. Using the shortcut control+option+x will active this package.

Use:

  • Open blank Atom document
  • Type your custom key command into document
  • Using the key command control+option+x will automatically transfer the key code into a template

HTML Key Codes (Required):

  • !
  • html

Add jQuery:

  • jq
  • jquery

Add Bootstrap:

  • bs
  • bootstrap

Add handlebars:

  • hs
  • handlebars

Add Angular:

  • ng
  • angular

Add scriptutils:

  • su
  • scriptutils

Examples:

  • !jqhsbs (This will create a template with jQuery, handlebars, and bootstrap)
  • ! (This will just create a html template with no imports)
  • !bsjq (This will create a template with jQuery, and bootstrap)
  • htmljq (This will create a template with just jQuery)