UNPKG

add-package-owners

Version:

Add owners to the npm package through given json populated with author npm usernames

74 lines (55 loc) 2.22 kB
## [![npm][npmjs-img]][npmjs-url] [![mit license][license-img]][license-url] > Add owners to the npm package through given json populated with author npm usernames ## Install ``` npm i -g add-package-owners ``` ## CLI For just https://github.com/jstransformers owners usage just run ``` add-owners ``` If you want to use that for other organization just add ```json { "owners": [ "npm", "usernames", "of", "organization", "members" ] } ``` somewhere and give a link to the file ``` add-owners https://rawgit.com/jstransformers/meta/master/owners.json ``` ## Author **Charlike Mike Reagent** + [gratipay/tunnckoCore][author-gratipay] + [twitter/tunnckoCore][author-twitter] + [github/tunnckoCore][author-github] + [npmjs/tunnckoCore][author-npmjs] + [more ...][contrib-more] ## License [![MIT license][license-img]][license-url] Copyright (c) 2015 [Charlike Mike Reagent][contrib-more], [contributors][contrib-graf]. Released under the [`MIT`][license-url] license. [npmjs-url]: http://npm.im/add-package-owners [npmjs-img]: https://img.shields.io/npm/v/add-package-owners.svg?style=flat&label=add-package-owners [coveralls-url]: https://coveralls.io/r/tunnckoCore/add-package-owners?branch=master [coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/add-package-owners.svg?style=flat [license-url]: https://github.com/tunnckoCore/add-package-owners/blob/master/license.md [license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat [travis-url]: https://travis-ci.org/tunnckoCore/add-package-owners [travis-img]: https://img.shields.io/travis/tunnckoCore/add-package-owners.svg?style=flat [daviddm-url]: https://david-dm.org/tunnckoCore/add-package-owners [daviddm-img]: https://img.shields.io/david/tunnckoCore/add-package-owners.svg?style=flat [author-gratipay]: https://gratipay.com/tunnckoCore [author-twitter]: https://twitter.com/tunnckoCore [author-github]: https://github.com/tunnckoCore [author-npmjs]: https://npmjs.org/~tunnckocore [contrib-more]: http://j.mp/1stW47C [contrib-graf]: https://github.com/tunnckoCore/add-package-owners/graphs/contributors *** _Proudly generated by [docks(1)](https://github.com/tunnckoCore), April 3, 2015_