convert-to-pug
v1.0.1
Published
[](https://travis-ci.org/SerayaEryn/convert-to-pug) [](https://coveral
Downloads
32
Readme
convert-to-pug
convert-to-pug coverts jade templates to pug templates. It changes all occurrences of legacy mixin calls, attribute interpolation and prefixed each or for loops to the new syntax.
Install
npm install -g convert-to-pugUsage
Convert a .jade file to a .pug file:
convert-to-pug template.jadeConvert all .jade files in a directory:
convert-to-pug views/