0.1.3 • Published 9 years ago

task-registry-isdk v0.1.3

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

task-registry-isdk npm

Build Status Code Climate Test Coverage downloads license

ISDK Task is a genernal buiding task. It takes a cwd directory and process it. The src is the file patterns to filter files. It outputs to the dest directory at last. It's used via isdk internally.

  • load file configuraions
  • init default options of tasks
  • process files

Usage

Task = require 'task-registry'
require 'task-registry-isdk'

isdk = Task 'isdk'

isdk.executeSync cwd: '.', src:'*.md', dest: './public'

API

TODO

License

MIT

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago