0.0.5 • Published 10 years ago
html5template v0.0.5
html5template 
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
html5templatehtml5template --name template.phtmlhtml5template --name template2.html --path ./templatesimport html5template from "html5template";
html5template({name:name, path:path});