npm.io
0.0.4 • Published 12 years ago

pullquote

Licence
Version
0.0.4
Deps
0
Vulns
0
Weekly
0

#Install

# In your scotch directory:
npm install pullquote

# Now add it to your config:
vim config/environment.js

##Sample Configuration

var config = {
  port: 80,
  model: {
    defaultAdapter: 'mongo'
  },
  db: {
    mongo: {
      dbname: 'blog'
    }
  },
  plugins: {
    formatters: [
      'pullquote'
    ]
  }
};

module.exports = config;