Skip to content

developer-vs/brackets-html-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the HTML Boilerplate an extension for the Brackets

HTML Boilerplate

Downloads Downloads Downloads Version

This is an extension for the Brackets text editor which allows you to insert an HTML template, similar to Sublime. Check the extension at Brackets Extension Registry.

Example of template

<!DOCTYPE html>
<html>
<head>
    <title></title>
</head>
<body>

</body>
</html>

How to Install

Git Clone

  1. Under main menu select Help > Show Extensions Folder
  2. Git clone this repository inside the folder user

Extension Manager

  1. Under main menu select File > Extension Manager...
  2. Search for "HTML Boilerplate"
  3. Click "Install"

How to use

  1. Type 'html' and hit the 'Tab' key, for MAC users use "Cmd (⌘) + ]" keys, or
  2. Go to the menu Edit -> HTML Boilerplate, or
  3. Use Toolbar button, or
  4. Through Context Menu in the edit field area choose "HTML Boilerplate"