1k-tasks 中文文档教程

发布于 3年前 浏览 19 项目主页 更新于 3年前

task-flow

Install

yarn 1k-tasks -D

OR

npm install 1k-tasks -D

Use

import {Engine, ...tasks} from '1k-tasks'
const task = new Engine(<config>)
// registry 
task.registry([name], [task])
// run
task.run(<config>)
// ...

Use in scripts.

  • root: process.cwd()
  • inputDir: src
  • run scripts: task -h
Options:
  --createCz  crate cz config
  --ts        Use tsc to build(js,ts)
  --babel     Use babel to build(js,ts)
  --css       Build css,scss,pcss,less
  -h, --help  display help for command

task-flow

Install

yarn 1k-tasks -D

OR

npm install 1k-tasks -D

Use

import {Engine, ...tasks} from '1k-tasks'
const task = new Engine(<config>)
// registry 
task.registry([name], [task])
// run
task.run(<config>)
// ...

Use in scripts.

  • root: process.cwd()
  • inputDir: src
  • run scripts: task -h
Options:
  --createCz  crate cz config
  --ts        Use tsc to build(js,ts)
  --babel     Use babel to build(js,ts)
  --css       Build css,scss,pcss,less
  -h, --help  display help for command
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文