0.0.5 • Published 9 years ago

html5template v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

html5template Build Status

Create a base html5 template from cli

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">

  <title>Your title</title>
  <meta name="description" content="your meta description">
  <meta name="author" content="the author">

  <link rel="stylesheet" href="yourstylesheet.css">

</head>

<body>
</body>
</html>

Install

npm install -g html5template

Usage

html5template
html5template --name template.phtml
html5template --name template2.html --path ./templates
import html5template from "html5template";
html5template({name:name, path:path});
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago