Skip to content

mavieth/pugit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pugit@1.0.0

npm version build status coverage status dependency status devDependency status Gitter

Command line tool to generate .pug files from html

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install pugit --save

Usage

A full HTML body example.

pugit test.html

Bodyless (no html or head tags) output.

pugit test.html --bodyless

Bodyless with 4 spaces instead of 2.

pugit test.html --bodyless --spaces 4

New output filename.

pugit test.html --output newoutput.html

New output filename in a new directory.

pugit test.html --output newdirectory/newoutput.html

Dependencies

License

ISC

About

Generate pug files from html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published