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

https://github.com/maxdome/maxdome-node

Usefull packages used in all applications at maxdome
https://github.com/maxdome/maxdome-node

Last synced: 11 months ago
JSON representation

Usefull packages used in all applications at maxdome

Awesome Lists containing this project

README

          

# Usage

To integrate in your application, see [skeleton/web](https://github.com/maxdome/maxdome-node-libs/tree/master/skeletons/web)

# Contributing

## Installation

### lerna

See also: https://github.com/lerna/lerna#getting-started

* Install lerna globally
```bash
npm i -g lerna
```

### maxdome-node-libs

* After clone bootstrap all packages
```bash
git clone https://github.com/maxdome/maxdome-node-libs.git
cd maxdome-node-libs
lerna bootstrap
```

## Publishing

* Commit and push all changes **without** changing versions in the `package.json`
* lerna
```bash
lerna publish
```
* Select for all changed packages `major`, `minor` or `patch` for version bumping

## Check dependencies for vulnerabilities

```
npm run nsp
```