dancing-bear
v1.0.3
Published
An animation of a dancing bear
Downloads
8
Readme
Dancing Bear
When run, will display a bear dancing. Done using ascii animation.
Global
To install globally, run
> npm install -g dancing-bear
then running
> dancing bear
will display the bear
Local
To install locally, run
> npm install dancing-bear
And reference it as
require('dancing-bear')(bearcontroller);
where the dancing bear will dance when bearcontroller is true, and stop when bearcontroller is false
Source
Dancing bear ASCII is from here
Version
1.0.3
- Fixed package.json
1.0.2
- Updated so it works on windows
1.0.0
- First commit