0.0.3 • Published 11 years ago

blockquote v0.0.3

Weekly downloads
16
License
-
Repository
github
Last release
11 years ago

Build Status

#Install

# In your scotch directory:
npm install blockquote

# 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: [
      'blockquote'
    ]
  }
};

module.exports = config;
0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago