https://github.com/fraction/ssb-blob-prune
Prune unused blobs from Scuttlebutt.
https://github.com/fraction/ssb-blob-prune
Last synced: over 1 year ago
JSON representation
Prune unused blobs from Scuttlebutt.
- Host: GitHub
- URL: https://github.com/fraction/ssb-blob-prune
- Owner: fraction
- Created: 2018-12-12T22:37:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T22:13:42.000Z (about 6 years ago)
- Last Synced: 2024-04-14T23:30:12.892Z (about 2 years ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ssb-blob-prune
> Prune unused blobs from Scuttlebutt.
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)
## Install
```sh
npm -g install ssb-prune-blobs
```
## Usage
If you want to test this out *without* installing, use:
```sh
npx ssb-blob-prune
```
If you've already installed above, you can just use:
```sh
ssb-blob-prune
```
## Maintainers
[@fraction](https://github.com/fraction)
## Contributing
PRs accepted.
## License
ISC © 2018 Fraction LLC