Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leobalter/npm-ipu
Safe npm updates
https://github.com/leobalter/npm-ipu
Last synced: about 2 months ago
JSON representation
Safe npm updates
- Host: GitHub
- URL: https://github.com/leobalter/npm-ipu
- Owner: leobalter
- License: mit
- Created: 2016-11-17T18:57:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T19:17:49.000Z (about 8 years ago)
- Last Synced: 2024-10-14T12:54:33.488Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-ipu
Safe npm updates. It literally just runs `npm install`, `npm prune`, and `npm update`.An alias solves that as well.
This module will be discontinued as soon as I can have an npm alias configuration or run these commands at once.
## Install
You need npm to be installed and running in your path.
```shell
npm install -g npm-ipu
```## Running
From your repo's folder:
```
npm-ipu
```