bchociej / trombone

A trombone sound
Apache License 2.0
0 stars 1 forks source link

trombone!

Play a trombone sound!

Package name problem!

Currently, somebody else has an old package published to npm under the name 'trombone', so I can't publish it there yet! Meanwhile, you can add trombone to your package.json dependencies like this:

  "trombone": "git://github.com/bchociej/trombone"

Programmatically!

var trombone = require('trombone');
trombone.play();

From command line!

$ sudo npm install -g bchociej/trombone
$ trombone

As an npm script!

Add "trombone" to your dependencies (see 'Package name problem' for info), run $ npm install, then define an npm script as node_modules/.bin/trombone!