Skip to content

Bodaclick/logr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logr

Bunyan Logger instance ready to use

INSTALL

npm install --save "git+ssh://git@github.com:danielsan/logr.git"

It might create and entry in your packages.json like this:

"logr": "ssh://git@github.com:danielsan/logr.git"

Some versions of npm might not understand that when you run npm install in your project. If that is the case you will need to mannually change your entry adding the git+ before the ssh://. Like this:

"logr": "git+ssh://git@github.com:danielsan/logr.git"

About

Bunyan Logger instance ready to use

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%