https://github.com/738/inko-cli
Use Inko on the Command Line
https://github.com/738/inko-cli
Last synced: 17 days ago
JSON representation
Use Inko on the Command Line
- Host: GitHub
- URL: https://github.com/738/inko-cli
- Owner: 738
- License: mit
- Created: 2018-07-29T08:27:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T21:36:36.000Z (over 6 years ago)
- Last Synced: 2024-10-31T18:13:08.714Z (about 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - inko-cli
README
inko-cli
Use Inko on the Command Line
Inko.js는 영타를 한글로 혹은 한타를 영어로 변환해주는 자바스크립트 오픈소스 라이브러리입니다.
inko-cli는 터미널에서 inko를 쉽게 쓰도록 해주는 커맨드라인 인터페이스 모듈입니다.
# Getting Started
- [Inko Offical Website](https://inko.holy.kiwi) has been launched!
- [Inko 한영타변환기 Chrome Extension](https://chrome.google.com/webstore/detail/inko-%ED%95%9C%EC%98%81%ED%83%80%EB%B3%80%ED%99%98%EA%B8%B0/bijdbcchfaolmleinaghdbnemmdabbmn?hl=ko) has been launched! (2019.03.25)
## Installation
```bash
npm install -g inko-cli
```
## Usage
### 영어 → 한글
```bash
$ inko -e "dkssudgktpdy ggg"
안녕하세요 ㅎㅎㅎ
```
### 한글 → 영어
```bash
$ inko -k "ㅗ디ㅣㅐ 재깅!"
hello world!
```
## License
inko-cli is released under the MIT License. See [LICENSE](https://github.com/jonjee/inko-cli/blob/master/LICENSE) file for details.