No description
Find a file
2014-08-01 02:28:44 -05:00
__misc Adding sample images 2014-01-23 17:28:14 -06:00
test Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00
.gitignore Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00
.jshintrc Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00
Gruntfile.js Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00
index.js Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00
LICENSE-MIT Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00
log.html Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00
package.json Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00
README.md Adding tests and cleaning up directories 2014-08-01 02:28:44 -05:00

Scribe.js

Unlike many of the libraries out there, Scribe.js allows logging on multiple files and is divided into folders by date. And it is possibly the easiest logging you can implement. And it does everything you need a basic logger to do.

Getting Started

Install the module with: npm install scribe-js

var scribe = require('scribe');

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2014 Mathew Kurian
Licensed under the MIT license.