Articles Tagged: cli-development
Technical writings, opinionated architectures, and development guides tagged with cli-development.
Articles3
Est. Read Time47 mins
Categories3
Featured0
Sept 202622 min read
Go
Designing CLIs people want to use
API design is a user experience problem and nobody argues any more. Then we build a CLI and forget all of it. Cobra defaults, which ones are wrong, and what I do instead.
May 202513 min read
API Development
Sevalla on the Command Line
Build a beautiful Go-powered CLI tool to manage your Sevalla apps directly from the terminal - no browser, just clean, fast, TUI driven control.
Aug 202212 min read
Laravel
Zero Hassle CLI Application with Laravel Zero
How can I put this? CLI apps are cool. The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer.