0.1.3 • Published 8 years ago

task-registry-isdk v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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