0.1.0 • Published 9 years ago

level-id-gen v0.1.0

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

level-id-gen NPM version Build Status

ID generator that uses level-db for storage.

Install with npm

$ npm i level-id-gen --save

Usage

var levelIdGen = require('level-id-gen');

API

Related projects

  • id-gen: Generator ids in sequence using defaults or a custom id generator function.
  • level: Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP &… more

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Brian Woodward

License

Copyright © 2015 Brian Woodward Released under the MIT license.


This file was generated by verb-cli on May 29, 2015.