piotrmurach / tty

Toolkit for developing sleek command line apps.
https://ttytoolkit.org
MIT License
2.5k stars 78 forks source link

add output from `teletype new` that instructs the user to first edit the gemspec file #73

Closed slowbro closed 3 years ago

slowbro commented 3 years ago

Describe the change

Sort-of resolves #69, at least for the time being until the gemspec stuff is sorted out.

Why are we doing this?

The situation with the default gemspec file makes creating a new project confusing. This adds more output that instructs the user to modify the gemspec file before doing anything else.

Benefits

Improved understanding/usability.

Drawbacks

This is intrinsically a temporary/bandaid change that will be unnecessary once the new gemspec/gem stuff is done.

Requirements

Put an X between brackets on each line if you have done the item: [x] Tests written & passing locally? [] Code style checked? [x] Rebased with master branch? [x] Documentaion updated?

piotrmurach commented 3 years ago

Thank you, this helps a lot in making the next release easier to use. ❤️