blockquote

0.0.3 • Public • Published

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;

Readme

Keywords

none

Package Sidebar

Install

npm i blockquote

Weekly Downloads

4

Version

0.0.3

License

none

Last publish

Collaborators

  • benng