0.0.20 • Published 1 year ago
@yesiree/htmlc v0.0.20
htmlc
A simple tool for compiling HTML files
API
Example
import { htmlc } from '@yesiree/htmlc'
htmlc({
src: 'src/index.html', // default: 'src/index.html'
out: 'out/index.html, // default: 'out/index.html'
watch: true, // default: false
minify: true // default: false
}) // returns: Promise<chokidar.FSWatcher | void>CLI
Install Globally:
$ npm i -g @yesiree/htmlcCompile src/index.html
Syntax: htmlc [-s|-src|-source src/index.html] [-o|-out|-output out/index.html] [-w|-watch] [-m|-minify]Example
$ htmlc -s index.html -m0.0.20
1 year ago
0.0.13
1 year ago
0.0.14
1 year ago
0.0.15
1 year ago
0.0.16
1 year ago
0.0.17
1 year ago
0.0.18
1 year ago
0.0.19
1 year ago
0.0.11
1 year ago
0.0.12
1 year ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.1
4 years ago
0.0.3
3 years ago
0.0.2
4 years ago
0.0.8
3 years ago
0.0.5
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.0
4 years ago