First commit

This commit is contained in:
Typicode
2013-11-30 14:42:14 +01:00
commit b8915e7bb8
18 changed files with 1091 additions and 0 deletions

10
utils/logger.js Normal file
View File

@ -0,0 +1,10 @@
var logan = require('logan');
logan.set({
error: ['%', 'red'],
success: ['%', 'green'],
info: ['%', 'grey'],
url: [' http://localhost:%/'.grey + '%'.cyan, '.']
})
module.exports = logan