Skip to content

bgub/html-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html-init

Build Status dependencies Status npm version npm downloads GitHub commit activity Codacy Badge

Install as a command line tool with npm install -g html-init. To create a basic HTML file that looks like this in the directory you're in, run html-init path/to/file.html.

The HTML file contains the following:

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

For example, html-init index.html will create a new HTML file index.html.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published