1.0.8 • Published 3 years ago

tomou-na-jabiraca v1.0.8

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
3 years ago

npm version npm

Tomou na Jabiraca

| This node package will play a sweet tomou na jabiraca when the things go wrong

Usage

  npx tomou-na-jabiraca

or

  npm install -g tomou-na-jabiraca

Examples

Play the default sound once

  npx tomou-na-jabiraca

Play the default sound how many times you want

  npx tomou-na-jabiraca --repeat <times>

e.g

  npx tomou-na-jabiraca --repeat 5

Play the default sound until ...

  npx tomou-na-jabiraca --infinite

Using in a node project

// package.json

{
  "name": "test",
  "scripts": {
    "build": "tsc || npx tomou-na-jabiraca"
  }
}

You can also set a custom sound using a .wav file and the --filepath flag

  npx tomou-na-jabiraca --filename ./meu-deus-do-ceu-berg.wav
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago