0.1.3 • Published 9 years ago

npm-owners v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

npm owner add wrapper

This is a little wrapper aroung $ npm owner add which allows you to add multiple contributors at once.

Installation

$ npm install -g npw-owners

Usage

Add owners by passing their names as arguments:
$ npm-owner npmUser1 npmUser2

Add owners defined in a file:
$ npm-owner path/to/file

DISCLAIMER

As described here, npm only allows full access or no acces, so use with caution. I'm not responsible for any damage caused by this script.