after-brunch

0.0.5 • Public • Published

after-brunch

Want to run something on the command line everytime brunch compiles? Easy.

Usage

Add "after-brunch": "x.y.z" to package.json of your brunch app. Or npm install after-brunch --save.

Then in your config.coffee just add any commands to the afterBrunch array. For example, you might want to use styledocco to create a live styleguide of your stylesheets.

exports.config =
  …
  plugins:
    afterBrunch: [
      'styledocco -n "My Project" css'
    ]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    4,811
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    4,811
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i after-brunch

Weekly Downloads

4,811

Version

0.0.5

License

BSD

Last publish

Collaborators

  • s-ings