1.2.3 • Published 9 years ago

da-logs v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

da-logs

Allow write logs to console, mongodb, loggly.

Contains typeScript defintion files.

Documentation

Development

Project contians tasks file for Visual Studio Code

  • Build - run gulp, same as npm run-task build
  • Test - run mocha, same as npm test, same as gulp test

For some reason VS Code take quite a time to start build, usually watch rebuild proccess via tsc -w work much faster.

This way use tsc -w in console and then run test task manually, when neccessary.