https://github.com/ch8n/morse-code-kt
Script that can encode a given message to Morse-Code or decode a given morse-code to message
https://github.com/ch8n/morse-code-kt
Last synced: 9 months ago
JSON representation
Script that can encode a given message to Morse-Code or decode a given morse-code to message
- Host: GitHub
- URL: https://github.com/ch8n/morse-code-kt
- Owner: ch8n
- Created: 2020-12-28T06:46:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-08T02:59:29.000Z (over 5 years ago)
- Last Synced: 2025-03-24T08:47:25.695Z (about 1 year ago)
- Language: Kotlin
- Size: 3.36 MB
- Stars: 60
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Big-Brain-Kotlin

## :hand: About
Hola Amigos! 🙌, welcome to my coding playground! you are welcome to explore around 👩💻
Do let me know if you find something useful or want to suggest some improvement
also don't forget to checkout of blogs at [`chetangupta.net`](https://chetangupta.net/)
I also have special [`Big-Brain-Kotlin Series`](https://chetangupta.net/bbk-main) on going which teaches Kotlin stdlib, for solving problems.
This Application logic comes from the same place
| | |
| ----------- | ----------- |
| Series | [Big-Brain-Kotlin](https://chetangupta.net/bbk-main) |
| Logic | [The Morse Code](https://chetangupta.net/bbk6) |
## :eyes: Social
[LinkedIn](https://bit.ly/ch8n-linkdIn) |
[Medium](https://bit.ly/ch8n-medium-blog) |
[Twitter](https://bit.ly/ch8n-twitter) |
[StackOverflow](https://bit.ly/ch8n-stackOflow) |
[CodeWars](https://bit.ly/ch8n-codewar) |
[Portfolio](https://bit.ly/ch8n-home) |
[Github](https://bit.ly/ch8n-git) |
[Instagram](https://bit.ly/ch8n-insta) |
[Youtube](https://bit.ly/ch8n-youtube)
# Morse Code Cli
Script that can encode a given message to Morse-Code or decode a given morse-code to message
### Preview

## :gear: How to Build
1. Run option `installDist` from gradle tab or from terminal run `./gradlew installDist`
2. From terminal navigate to `build/install/morse-code-cli-kt/bin`
3. Run command `./morse-code-cli-kt` in terminal
## :wrench: Framework
* CliKt for Scaffold
* Mordant for Colored Output
* Picnic for Tables
* Inquirer for Argument parsing and Interactive Options
## :cop: License
Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
This work is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg