Skip to content

sahiljain112/html-template-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Html Template Generator

apm apm Build Status

HTML template generator for Atom text editor. An easy way to generate a customized Html file.

Installation

Install using Atom's package installer or simply run the command

  apm install html-template-generator

Quick Generate

Demo quick generate

  1. To quickly generate a template, open up the root folder in atom.
  2. Enter ctrl-alt-k. An index.html file will be generated with default values.

Generating custom template

Demo

  1. To generate a template, create a file and open it in atom.
  2. Run the command ctrl-alt-l. A form will appear on the screen.
  3. Input values into the form. If left empty, the template will be generated using default values.

Support

At present, the template supports creating one link and one script file. In future releases, multiple file creation will be supported.