cli for creating a molecule project
> mole <command> [options] <args ...>
> init [options] <模块名>
> build [options] [task名...]
Options:
options | Description |
---|---|
--cwd [path] | 指定一个新的cwd (当前工作目录) |
-T, --tasks | 查看gulp task |
-f, --gulpfile [file] | 指定gulpfile路径 |
-h, --help | output usage information |
> lint [options]
Options:
options | Description |
---|---|
--fix | 自动修复lint问题 |
-h, --help | output usage information |