0.1.8 • Published 8 years ago

isdk-resource v0.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

isdk-resource npm

Build Status Code Climate Test Coverage downloads license

The ISDKResource inherits from resource-file.

  • It adds the src property which is the file patterns to filter the files.
  • It registers the yaml configuration format to the ISDKResource.
  • It registers the 'index', 'readme', '_config' basename as the folder configuration file.
  • It binds the graceful-fs as the file system.
  • It binds the process.cwd to get the current working directory.
  • It binds the path.js package as the path function system.

Usage

ISDKResource  = require 'isdk-resource'

API

TODO

License

MIT