https://github.com/rubenmoya/exploredis
Redis GUI
https://github.com/rubenmoya/exploredis
Last synced: 17 days ago
JSON representation
Redis GUI
- Host: GitHub
- URL: https://github.com/rubenmoya/exploredis
- Owner: rubenmoya
- License: mit
- Created: 2018-10-22T15:49:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T17:09:04.000Z (about 7 years ago)
- Last Synced: 2024-12-29T10:44:13.862Z (about 1 year ago)
- Language: Vue
- Size: 968 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exploredis
> Explore your Redis data easily
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run electron:serve
```
### Compiles and minifies for production
```
npm run electron:build
```
### Lints and fixes files
```
npm run lint
```
## Styleguide
### Compiles and hot-reloads for development
```
npm run styleguide
```
### Compiles and minifies for production
```
npm run styleguide:build
```
## Tests
### Run unit tests
```
npm run test:unit
```
### Run unit tests with watch mode
```
npm run test:unit:watch
```