An open API service indexing awesome lists of open source software.

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.

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!