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