Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romantomjak/milpa
Military Phonetic Alphabet
https://github.com/romantomjak/milpa
go phonetic-alphabets tdd
Last synced: 18 days ago
JSON representation
Military Phonetic Alphabet
- Host: GitHub
- URL: https://github.com/romantomjak/milpa
- Owner: romantomjak
- License: mit
- Created: 2018-09-02T15:18:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T19:27:50.000Z (almost 5 years ago)
- Last Synced: 2024-11-22T21:13:57.209Z (3 months ago)
- Topics: go, phonetic-alphabets, tdd
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MilPA
Military Phonetic Alphabet
---
Example repository for my article on [TDD with Go](https://romantomjak.com/posts/tdd-with-go/)
```shell
$ milpa "hello world"
Hotel Echo Lima Lima Oscar Whiskey Oscar Romeo Lima Delta$ milpa hello world
Hotel Echo Lima Lima Oscar
Whiskey Oscar Romeo Lima Delta
```## Getting started
Download and install using go get:
```sh
go get -u github.com/romantomjak/milpa
```or grab a binary from [releases](https://github.com/romantomjak/milpa/releases/latest) section!
## Links
- [https://romantomjak.com/posts/tdd-with-go.html](https://romantomjak.com/posts/tdd-with-go.html)
- [https://www.thebalancecareers.com/military-phonetic-alphabet-3356942](https://www.thebalancecareers.com/military-phonetic-alphabet-3356942)## License
MIT