2017-06-04 21:12:18 +00:00
|
|
|
# npmg
|
2018-06-07 20:41:25 +00:00
|
|
|
|
2017-06-04 21:12:18 +00:00
|
|
|
setup your environment with the most important tools and update them easily.
|
|
|
|
|
|
|
|
## Availabililty
|
2018-06-07 20:41:25 +00:00
|
|
|
|
2017-06-04 21:12:18 +00:00
|
|
|
[![npm](https://gitzone.gitlab.io/assets/repo-button-npm.svg)](https://www.npmjs.com/package/npmg)
|
|
|
|
[![git](https://gitzone.gitlab.io/assets/repo-button-git.svg)](https://GitLab.com/gitzone/npmg)
|
|
|
|
[![git](https://gitzone.gitlab.io/assets/repo-button-mirror.svg)](https://github.com/gitzone/npmg)
|
|
|
|
[![docs](https://gitzone.gitlab.io/assets/repo-button-docs.svg)](https://gitzone.gitlab.io/npmg/)
|
|
|
|
|
|
|
|
## Status for master
|
2018-06-07 20:41:25 +00:00
|
|
|
|
2017-06-04 21:12:18 +00:00
|
|
|
[![build status](https://GitLab.com/gitzone/npmg/badges/master/build.svg)](https://GitLab.com/gitzone/npmg/commits/master)
|
|
|
|
[![coverage report](https://GitLab.com/gitzone/npmg/badges/master/coverage.svg)](https://GitLab.com/gitzone/npmg/commits/master)
|
|
|
|
[![npm downloads per month](https://img.shields.io/npm/dm/npmg.svg)](https://www.npmjs.com/package/npmg)
|
|
|
|
[![Dependency Status](https://david-dm.org/gitzonetools/npmg.svg)](https://david-dm.org/gitzonetools/npmg)
|
|
|
|
[![bitHound Dependencies](https://www.bithound.io/github/gitzonetools/npmg/badges/dependencies.svg)](https://www.bithound.io/github/gitzonetools/npmg/master/dependencies/npm)
|
|
|
|
[![bitHound Code](https://www.bithound.io/github/gitzonetools/npmg/badges/code.svg)](https://www.bithound.io/github/gitzonetools/npmg)
|
|
|
|
[![TypeScript](https://img.shields.io/badge/TypeScript-2.x-blue.svg)](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
|
|
|
[![node](https://img.shields.io/badge/node->=%206.x.x-blue.svg)](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
|
|
|
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
|
|
|
|
|
|
|
|
## Usage
|
2018-06-07 20:41:25 +00:00
|
|
|
|
2017-06-04 21:12:18 +00:00
|
|
|
Use TypeScript for best in class instellisense.
|
|
|
|
|
|
|
|
To install the package type
|
|
|
|
|
|
|
|
```shell
|
|
|
|
yarn global add npmg
|
|
|
|
```
|
|
|
|
|
|
|
|
Then install a bundle by typing
|
|
|
|
|
|
|
|
```shell
|
|
|
|
npmg install
|
|
|
|
```
|
|
|
|
|
|
|
|
For further information read the linked docs at the top of this README.
|
|
|
|
|
|
|
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
2018-06-07 20:41:25 +00:00
|
|
|
> | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
2017-06-04 21:12:18 +00:00
|
|
|
|
|
|
|
[![repo-footer](https://gitzone.gitlab.io/assets/repo-footer.svg)](https://git.zone)
|