Sawarineko
ななめななじゅうななどのならびでなくなくいななくななはんななだいなんなくならべてながながめ
Get your Nya!
Installation
gem install sawarineko
Or add this line to your application's Gemfile:
gem 'sawarineko'
Usage
Just get your Nya with Sawarineko:
Sawarineko.nya('ばなな')
# => "ばにゃにゃ"
Sawarineko.nya('バナナ')
# => "バニャニャ"
Sawarineko.nya('바나나')
# => "바냐냐"
Run sawarineko
with no arguments to pass texts through terminal input.
sawarineko
Or pass sawarineko
a file to convert like sawarineko README.md | head -3
:
sawarineko something.txt
For additional command-line options:
sawarineko -h
Command flag | Description |
---|---|
-h, --help |
Print this message. |
-v, --version |
Print version. |
Contributing
- Fork it (https://github.com/yous/sawarineko/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Changelog
See CHANGELOG.md.
License
Copyright (c) ChaYoung You. See LICENSE.txt for further details.