An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




inko-cli






version


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.