Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcblw/level-explore
This is a app/cli tool to check out data inside of leveldb directory.
https://github.com/jcblw/level-explore
Last synced: 24 days ago
JSON representation
This is a app/cli tool to check out data inside of leveldb directory.
- Host: GitHub
- URL: https://github.com/jcblw/level-explore
- Owner: jcblw
- Created: 2015-11-16T06:21:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T14:06:52.000Z (over 7 years ago)
- Last Synced: 2024-04-24T15:09:48.079Z (7 months ago)
- Language: JavaScript
- Size: 170 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Level Explore
This is a app/cli tool to check out data inside of leveldb directory. It uses [React](https://facebook.github.io/react/)
[Blessed](https://www.npmjs.com/package/blessed) and [Levelup/Leveldown](https://www.npmjs.com/package/levelup)> This is very early stages
![screenshot](https://github.com/jcblw/level-explore/blob/master/assets/screenshot-v0.1.0.gif)
## Usage
git clone https://github.com/jcblw/level-explore.git
Once in the root of the repo run
npm link
level-explore ../.db## Contributing
Do it plz :D. oh and run `npm test`
## Style
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)