We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d984c6 commit 350a2a9Copy full SHA for 350a2a9
1 file changed
README.md
@@ -5,6 +5,25 @@ This is a simple logging library for Nodejs projects depends on:
5
- [loglevel-plugin-prefix](https://github.com/kutuluk/loglevel-plugin-prefix)
6
- [chalk](https://github.com/chalk/chalk#readme)
7
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
27
## Setting up
28
29
```javascript
0 commit comments