Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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