Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.11 KB

readme.md

File metadata and controls

54 lines (36 loc) · 1.11 KB

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.