filer-browserify

0.0.1 • Public • Published

Filer for Browserify

This module provides a browser-compatible equivalent for node.js's fs module when browserifying your build. For more information on Filerjs, a JavaScript implementation of a full POSIX filesystem for the browser, see the filerjs repo on github.

Usage | Step 1: Include as a dependency

// package.json
{
  // ...
  "dependencies": {
   "filer-browserify": "*"
  }
}

Usage | Step 2: Map the module to fs

// package.json
{
  "dependencies": {
   "filer-browserify": "*"
  },
  "browser": {
   "fs": "filer-browserify"
  }
}

Usage | Step 3: Build

Browserify as normal!

Contributing

Feel free to file issues as you see them, and hop on #filer on irc.mozilla.org to discuss bugs you would like to fix.

Dependents (0)

Package Sidebar

Install

npm i filer-browserify

Weekly Downloads

1

Version

0.0.1

License

BSD

Last publish

Collaborators

  • sedge
  • modeswitch
  • humphd