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.
- It could be all defined in the index file(
- The folder(directory) tree is the inheritance tree of the object.
Usage
register = require 'object-file'
API
TODO
License
MIT