@baic/yolk-cli
TypeScript icon, indicating that this package has built-in type declarations

2.1.0-alpha.218 • Public • Published

@baic/yolk-cli

安装脚手架

$ npm install -g @baic/yolk-cli

初始化项目

$ yolk init

启动项目

$ yolk start

编译项目

$ yolk build

.yolkrc

yolk 内置配置文件
{
  "eslintIgnore": "xxx"
}

API

参数 说明 类型 默认值
eslintIgnore 忽略 commit 时 eslint 代码检查,符合 glob 语法 string | RegExp | array -
stylelintIgnore 忽略 commit 时 stylelint 代码检查,符合 glob 语法 string | RegExp | array -
strict 严格模式,关闭以后使用项目定义的 eslint 规则进行提交检查 boolean -

Readme

Keywords

none

Package Sidebar

Install

npm i @baic/yolk-cli

Weekly Downloads

2,027

Version

2.1.0-alpha.218

License

MIT

Unpacked Size

7.72 MB

Total Files

487

Last publish

Collaborators

  • baic