@tmp7/divless-html-watcher
v1.0.2
Published
A file watcher to convert Divless HTML format to HTML
Downloads
5
Readme
divless-html-watcher
Installing Locally
package.json
{
"scripts": {
"watch": "divless watch"
},
"dependencies": {
"divless-html-watcher": "path/to/divless-html-watcher"
}
}
Run npm install
, then run npm run watch
in your project root.
Usage Example
- Create .divless folder anywhere in your project directory.
- Create index.html inside the .divless folder.
- Type in
[btn 'This is a button']
, then save. - If the watcher is running, a copy of index.html file should be created outside the .divless folder with the converted format.
Try other Divless HTML format.
Don't ignore .divless folder as this is a one way converter.