https://github.com/terkelg/exclamation
Holy Stratosphere, Robin exclamations❗
https://github.com/terkelg/exclamation
batman cli exclamation holy
Last synced: 3 months ago
JSON representation
Holy Stratosphere, Robin exclamations❗
- Host: GitHub
- URL: https://github.com/terkelg/exclamation
- Owner: terkelg
- Created: 2018-02-18T20:38:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T21:01:04.000Z (over 7 years ago)
- Last Synced: 2025-05-12T15:46:54.772Z (5 months ago)
- Topics: batman, cli, exclamation, holy
- Language: JavaScript
- Homepage:
- Size: 358 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Holy exclamation [](https://travis-ci.org/terkelg/exclamation)
> Holy here we go again, random Robin exclamation catch-phrases
Robin of the 1960s Batman TV series is noted for his many catch-phrase "Holy..." exclamations.
This is all 367 exclamations in alphabetical order.## Install
```
$ npm install exclamation
```## Usage
```JavaScript
const exclamations = require('exclamation');exclamations.random();
//=> 'Holy Alps'
```## API
### all
Type: `array`
367 Robin exclamations in alphabetical order.
### random()
Type: `function`
Random Robin exclamations.
## CLI
```
$ npm install --global exclamation
``````
$ exclamation --helpExamples
$ exclamation
Holy Alps$ exclamation --all
Holy Agility
Holy Almost
...Options
--all Get all exclamations instead of a random one
```## License
[MIT License](LICENSE) @ [Terkel Gjervig](https://terkel.com)