npm install jadetrans - g
Usage: jadetrans {options}
Standard Options:
--path, -p the path you want to transform.
var test = require('jadetrans');
test('some directory path');
or
jadetrans -p 'some path'
or
jadetrans
- The path can be a directory or a file.
- If you do not specify the path, the current path will be the default.