1k-tasks
TypeScript icon, indicating that this package has built-in type declarations

3.6.0 • Public • Published

task-flow

Install

yarn 1k-tasks -D

OR

npm install 1k-tasks -D

OR

pnpm 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

/1k-tasks/

    Package Sidebar

    Install

    npm i 1k-tasks

    Weekly Downloads

    1

    Version

    3.6.0

    License

    MIT

    Unpacked Size

    67.2 kB

    Total Files

    86

    Last publish

    Collaborators

    • 1k_npm