0.0.0 • Published 9 years ago

object-file v0.0.0

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

object-file npm

Build Status Code Climate Test Coverage downloads license

Object-Oriented Folder/Directory Class.

  • Each folder are an object.
  • Each folder object could have many attributes.
    • It could be all defined in the index file(README) or .value file of the folder.
    • It could be defined in the attribute files(.[AttributeName]) of the folder separately.
    • The separately attributes priority is greater than the attributes in the index file.
  • The folder(directory) tree is the inheritance tree of the object.

Usage

register  = require 'object-file'

API

TODO

License

MIT