@quenk/wml-cli
v0.4.0
Published
CLI tool for converting wml files to javascript.
Downloads
6
Readme
WML CLI
Installation
npm install -g @quenk/wml-cli
Usage
$: wml path/to/files
wml
will search recursively for any files ending with .wml
and create a corresponding
js file.
WARNING
This tool will overwrite on any naming conflicts so don't have a Something.js
and a Something.wml
in your codebase!