A Pug compiler directly from the CLI using env files
- Install with npm:
npm install @foxythemes/pug-compiler-cli -D
- Run it with
pug-compiler
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
Copyright (c) FoxyThemes Licensed under the MIT license.