dnnrly / abbreviate

Supporting your devops by shortening your strings using common abbreviations and clever guesswork
Apache License 2.0
218 stars 17 forks source link

Add abbreviations for title case #39

Closed amoghrajesh closed 11 months ago

amoghrajesh commented 11 months ago

What word do you think needs abbreviating?

We should add support for abbreviating using title casing. Title Case:

What should it be abbreviated to?

Usage example:

$ abbreviate title prestrategy-limitedment
Prstg Ltdmnt

What's better? NA

amoghrajesh commented 11 months ago

@dnnrly I would like to work on this for hacktoberfest if you think this is a valid issue to be fixed.

dnnrly commented 11 months ago

Yes, that would be good. I would recommend that you take a look at the acceptance tests first.

amoghrajesh commented 11 months ago

@dnnrly where are the acceptance tests? Are you talking about the CONTRIBUTING.md document?

dnnrly commented 11 months ago

It's the scenarios found here:

https://github.com/dnnrly/abbreviate/blob/master/test/features/cli.feature

Try adding a new scenario. This will check that your feature is working in the fully built app. Then, you'll have a target to aim for when you start the implementation.