6.1.1 • Published 7 years ago

pugit v6.1.1

Weekly downloads
285
License
ISC
Repository
github
Last release
7 years ago

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

6.1.1

7 years ago

6.1.0

7 years ago

6.0.0

7 years ago

5.1.0

7 years ago

5.0.2

7 years ago

5.0.1

7 years ago

5.0.0

7 years ago

3.1.1

7 years ago

3.0.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago