0.0.6 • Published 5 years ago

mole-cli v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

mole-cli

Language Build Status semantic-release

cli for creating a molecule project

Usage 基本用法

> mole <command> [options] <args ...>

commands 命令

init 初始化

> init [options] <模块名>

build 编译

> build [options] [task名...]

Options:

optionsDescription
--cwd path指定一个新的cwd (当前工作目录)
-T, --tasks查看gulp task
-f, --gulpfile file指定gulpfile路径
-h, --helpoutput usage information

lint 代码规范

> lint [options]

Options:

optionsDescription
--fix自动修复lint问题
-h, --helpoutput usage information