Sha256: bc0bffc01d2d28856732b0be040dc4aec675b2a6581ed490ddbcae2fe95b3717

Contents?: true

Size: 508 Bytes

Versions: 10

Compression:

Stored size: 508 Bytes

Contents

# Ivory - A basic filesystem 

Ivory is a basic filesystem API for JS.  It is based mostly on the node.js 
API but internally uses a ruby binding for use with the spade runtime.

Currently Ivory is considered unstable.  The API can change at any time.  In
general we try to keep it close to node.js.

## Usage

You can use the API just like the node.js format:

    var fs = require('ivory/fs');
    
You can also import the entire API into a global context.

    require('ivory/fs');
    $fs.open(..);
    

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
spade-packager-0.1.0.1 packages/ivory/README.md
spade-packager-0.1.0 packages/ivory/README.md
spade-0.0.8.1 packages/ivory/README.md
spade-0.0.7 packages/ivory/README.md
spade-0.0.6 packages/ivory/README.md
spade-0.0.5 packages/ivory/README.md
spade-0.0.4 packages/ivory/README.md
spade-0.0.3 packages/ivory/README.md
spade-0.0.2 packages/ivory/README.md
spade-0.0.1 packages/ivory/README.md