Skip to content

Commit 350a2a9

Browse files
author
Fabio Folchi
committed
add Istallation guide for add this module as npm dependency
1 parent 9d984c6 commit 350a2a9

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ This is a simple logging library for Nodejs projects depends on:
55
- [loglevel-plugin-prefix](https://github.com/kutuluk/loglevel-plugin-prefix)
66
- [chalk](https://github.com/chalk/chalk#readme)
77

8+
## Installation
9+
10+
For add this as `npm` dependency
11+
12+
```bash
13+
npm install git+ssh://git@git.webmonks.org:node-libraries/monk-log.git
14+
```
15+
16+
or add manually to your `package.json` file
17+
18+
```json
19+
{
20+
"dependencies": {
21+
... ,
22+
"monk-log": "git+ssh://git@git.webmonks.org:node-libraries/monk-log.git"
23+
}
24+
}
25+
```
26+
827
## Setting up
928

1029
```javascript

0 commit comments

Comments
 (0)