blah-code-cli
Version:
Encode and decode blah code via the command line
52 lines (34 loc) • 1.9 kB
Markdown
[](https://bullg.it/)
[](https://www.npmjs.org/package/blah-code-cli)
[](https://travis-ci.org/bullgit/blah-code-cli)
[](https://david-dm.org/bullgit/blah-code-cli#info=dependencies)
[](https://david-dm.org/bullgit/blah-code-cli#info=devDependencies)
[](https://github.com/sindresorhus/xo)
[](https://www.youtube.com/watch?v=ihXfH-zR8qA&feature=youtu.be&t=10s)
# blah-code-cli
> Encode and decode blah code via the command line
## Install
```
$ npm install blah-code-cli -g
```
## Usage
```
$ blah-code --help
Encode and decode blah code via the command line
Usage
$ blah-code [input]
Options
--encode, -e Returns the blah code representation of the given text input [Default: true]
--decode, -d Returns regular text of the given blah code [Default: false]
--ooks, -o Uses this weird ape language instead of blah code [Default: false]
--help, -h Shows the help
Examples
$ blah-code "Hi 👻"
blaa bluh. blah bleh bluuh. blaah bluh. bluuh bluuh blaah bluuh blaa. bluuh blehh bleeh bleeh blaah
$ blah-code "blaa bluh. blah bleh bluuh. blaah bluh. bluuh bluuh blaah bluuh blaa. bluuh blehh bleeh bleeh blaah" --decode
Hi 👻
```
## Related
- [blah-code](https://github.com/bullgit/blah-code) - API for this module
## License
MIT © [Michael Kühnel](http://michael-kuehnel.de)