1.1.0 • Published 7 years ago

trombone v1.1.0

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
7 years ago

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!

1.1.0

7 years ago

1.0.0

9 years ago

0.0.1

12 years ago