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;

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    1
  • 0.0.3
    1
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i pullquote

Weekly Downloads

4

Version

0.0.4

License

none

Last publish

Collaborators

  • benng