https://github.com/bbmoz/imgbit
https://github.com/bbmoz/imgbit
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbmoz/imgbit
- Owner: bbmoz
- Created: 2015-12-05T10:22:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T13:13:18.000Z (over 10 years ago)
- Last Synced: 2025-01-29T15:50:46.835Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# imgbit
## Installation
Outside the project directory,
```bash
$ npm install imgbit
```
Inside the project directory,
```bash
$ npm run setup
```
## Test
```bash
$ gulp test
```
## Running
```bash
$ gulp
```