Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)