You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node makes building CLI tools super easy! It does not, however, make it any easier to remember the difference between the "-X" and "-x" flag at 2am when production has been down for an hour.
But it doesn't have to be this way! CLI tools can be fun and friendly for humans too! I'll show you some best practices as well as several npm packages that will help you write rock solid, error tolerant, human friendly CLI tools. Spoiler Alert: machines will also love using your human friendly CLI tools. Everyone wins!
The text was updated successfully, but these errors were encountered:
node makes building CLI tools super easy! It does not, however, make it any easier to remember the difference between the "-X" and "-x" flag at 2am when production has been down for an hour.
But it doesn't have to be this way! CLI tools can be fun and friendly for humans too! I'll show you some best practices as well as several npm packages that will help you write rock solid, error tolerant, human friendly CLI tools. Spoiler Alert: machines will also love using your human friendly CLI tools. Everyone wins!
The text was updated successfully, but these errors were encountered: