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
- Host: GitHub
- URL: https://github.com/maxdome/maxdome-node
- Owner: maxdome
- License: mit
- Created: 2017-05-22T08:02:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T15:13:50.000Z (over 7 years ago)
- Last Synced: 2025-06-16T08:17:21.272Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```