@foxythemes/pug-compiler-cli
v1.0.2
Published
A Pug compiler directly from the CLI using env files
Downloads
3
Readme
pug-compiler-cli
A Pug compiler directly from the CLI using env files
Getting Started
- Install with npm:
npm install @foxythemes/pug-compiler-cli -D
- Run it with
pug-compiler
Docs
pug-compiler --env dist --src src/html --dest dist/html
Basic options
-e, --env Environment for compile
-s, --src Source path of pug files
-d, --dest Destination path for compiled files
License
Copyright (c) FoxyThemes Licensed under the MIT license.