searchfe / mole-cli

cli for creating a molecule project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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

lint 代码规范

> lint [options]

Options:

options Description
--fix 自动修复lint问题
-h, --help output usage information

About

cli for creating a molecule project

License:MIT License


Languages

Language:TypeScript 81.3%Language:JavaScript 18.7%