0.4.1 • Published 5 years ago
htmlcompile v0.4.1
HTMLCompile
Compile, optimize and compress anything to HTML.
Why it's awesome
No spend several hours setting configuration files. HTMLCompile will compile, optimize and compress anything to HTML. Set folder name where the source code is located and we'll take care of the rest for you. Just it!
NOTE: For now only works with Pug, Jade, EJS, Haml, Handlebars, Hogan and HTML.
Getting Started
Install with npm
$ npm install htmlcompileInstall with Yarn
$ yarn add htmlcompileRun with npx (without installing)
$ npx install htmlcompileUsage
$ htmlcompile src distNOTE: Only the folder name is required.
CLI
$ htmlcompile --help
Usage:
$ htmlcompile <input> [<output>] [<options>]
Options:
-h, --help Display help information
-v, --version Output version
Examples:
$ htmlcompile src
$ htmlcompile src distContributing
Want to contribute? Follow these recommendations.
License
Designed with ♥ by CJ Patoilo. Licensed under the MIT License.