pullquote

0.0.4 • Public • Published

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;

/pullquote/

    Package Sidebar

    Install

    npm i pullquote

    Weekly Downloads

    0

    Version

    0.0.4

    License

    none

    Last publish

    Collaborators

    • benng