trombone

1.1.0 • Public • Published

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!

Readme

Keywords

Package Sidebar

Install

npm i trombone

Weekly Downloads

2

Version

1.1.0

License

Apache-2.0

Last publish

Collaborators

  • bchociej