# 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` ```javascript 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](http://gruntjs.com/). ## Release History _(Nothing yet)_ ## License Copyright (c) 2014 Mathew Kurian Licensed under the MIT license.