https://github.com/nylen/scripts-npm-extras
Scripts that perform additional tasks related to npm packages.
https://github.com/nylen/scripts-npm-extras
Last synced: 13 days ago
JSON representation
Scripts that perform additional tasks related to npm packages.
- Host: GitHub
- URL: https://github.com/nylen/scripts-npm-extras
- Owner: nylen
- Created: 2013-09-23T19:41:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T23:42:21.000Z (about 10 years ago)
- Last Synced: 2025-10-01T12:51:26.818Z (9 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scripts-npm-extras
This package provides scripts that perform additional tasks related to `npm`
packages.
The scripts are packaged using `npm` for convenience.
## Installation
To install:
sudo npm install -g scripts-npm-extras
Similarly, to uninstall:
sudo npm rm -g scripts-npm-extras
## Scripts
### npmi
`npmi` is a wrapper for `npm install` that will automatically add the given
packages to the `package.json` file, then re-indent it using
[`json-align`](https://github.com/nylen/node-json-align).
# To install package abcde:
npmi abcde
### More to come eventually!