cake-bins

0.1.0 • Public • Published

cake-bins

small DSL for cakefiles to include binaries from node_modules/.bin

install

With npm do:

npm install cake-bins --save-dev

usage

compile stylus and jade

bin = require "cake-bins" #require module 
 
task 'compile''compile'(options) ->
    var stylus_args = ["-o css/""src/styl/"]
    bin "stylus" stylus_args
 

license

MIT

Package Sidebar

Install

npm i cake-bins

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • sableloki