Sha256: 1fe3cfb3d05169a712eeac93db33a6cabc072dbed3680bb99f6ac4b8da4d8b18

Contents?: true

Size: 506 Bytes

Versions: 4

Compression:

Stored size: 506 Bytes

Contents

# how to build CLI gem
1-plane your gem and imagine your interface
2-start with the project structure - google
3-start with the entry points - run the file
4-build the CLI interface
5-start making things real

# My plane
user type fortune_teller
get a list of horoscope names
1-Arians
2-Taureans
3-Geminians ...etc
choose the number of your horoscope
user type 2
5-it will show detail of that horoscope


what is the chosen horoscope?
it has a name

when the user choose one it will show his fortune today

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fortune_teller_iraq-0.1.3 my_notes.md
fortune_teller_iraq-0.1.2 my_notes.md
fortune_teller_iraq-0.1.1 my_notes.md
fortune_teller_iraq-0.1.0 my_notes.md