Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zodern/mup-disk
Plugin for Meteor Up to view and reduce disk usage
https://github.com/zodern/mup-disk
meteor-up
Last synced: about 1 month ago
JSON representation
Plugin for Meteor Up to view and reduce disk usage
- Host: GitHub
- URL: https://github.com/zodern/mup-disk
- Owner: zodern
- Created: 2017-08-11T18:18:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T13:10:04.000Z (over 7 years ago)
- Last Synced: 2024-05-01T12:45:48.001Z (8 months ago)
- Topics: meteor-up
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mup-disk
Plugin for Meteor Up to view and reduce disk usage.Install with
```bash
npm install mup-disk
```Add to list of plugins in your mup config:
```js
module.exports = {
plugins: ['mup-disk'],
// rest of config
}
```### Use
`mup disk show` Shows total disk usage, usage by app, and usage by docker.
`mup disk clean` Runs `docker system prune -af`, and deletes the app's `last/bundle` folder