HTML template generator for Atom text editor. An easy way to generate a customized Html file.
Install using Atom's package installer or simply run the command
apm install html-template-generator
- To quickly generate a template, open up the root folder in atom.
- Enter
ctrl-alt-k
. An index.html file will be generated with default values.
- To generate a template, create a file and open it in atom.
- Run the command
ctrl-alt-l
. A form will appear on the screen. - Input values into the form. If left empty, the template will be generated using default values.
At present, the template supports creating one link and one script file. In future releases, multiple file creation will be supported.