0.1.5 • Published 9 years ago
ts-logger v0.1.5
#ts-logger
An experimental logger library for NodeJS written in TypeScript (working progress).
Use
$ npm install ts-loggerDevelopment
- Clone this repo
git clone https://github.com/cubodehelio/ts-logger.git. - Install deps:
npm install - typings install
Transpile
Using tsconfig.json in the project root
$ node_modules/typescript/bin/tsc -p .Development in Visual Studio Code
- Install
typingsglobally in your system:npm install typings -g - Install the TypeScript definitions for the project running
typings installcommand in the root. - Once in VSC you can build (and watch for changes) the code with
ctrl+shift+b(ctrl+shift+hto see the output).
By now the vsc build task just fires tcs -p . command in the project root, which reads settings from tsconfig.json file.
TODO
- Extend
ExpressRequesttype from node IncommingMessage (?). - Extend
ExpressResponsetype from node ServerResponse (?). - Make Grunt based build system for transpilation, release, etc..
- Should the traspilation be made with babel?
0.2.0-alpha.3
9 years ago
0.2.0-alpha.2
9 years ago
0.2.0-alpha.1
9 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.3
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago