~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule

ce80d00637ca2439e0443a11d82b3f5ad91aacfa — Siegfried Ehret 2 years ago 39d7b8d
📝 update readme
1 files changed, 10 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +10 -3
@@ 1,10 1,17 @@
# myapp

## Objective
See the different tags:

- hello world: [❓](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-01-before), [🎉](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-01-after)
- cli version: [❓](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-02-before), [🎉](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-02-after)
- cli add: [❓](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-03-before), [🎉](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-03-after)
- cli show: [❓](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-04-before), [🎉](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-04-after)
- add test: [❓](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-05-before), [🎉](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-05-after)
- add dependency: [❓](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-06-before), [🎉](https://git.sr.ht/~siegfriedehret/coder-avec-crystal-pour-ne-pas-perdre-la-boule/tree/part-06-after)

Let's add and use this dependency: https://github.com/veelenga/emoji.cr
## Objective

We want to make `src/commands/add.cr` nicer with `:smile:`
Check

## Contributing