This content originally appeared on DEV Community and was authored by Tony Quach
Hello everyone,
My name is Tony Quach. I am a second-year Software Engineering student. I have written my first npm package called Climan. I love the open source community and this is my first attempt at contributing to the open source world.
P/s: feature suggestions, issues, and PR are VERY welcome.
What?
Climan is a small npm package that automates long & boring commands for you.
Why?
Manually typing kubectl rollout restart deployment my-deployment
, docker build -t my-image .
, docker push my-image
, etc, every time is boring, and using the arrow up key to scroll through the terminal's command history is not much better.
How?
Climan lets you create, store, and manage CLI commands, which will then be made available via Climan's cm shorthand for you to select. Command will be executed automatically, however, commands with required arguments will prompt you to enter the corresponding arguments before executing.
Where?
Thank you.
This content originally appeared on DEV Community and was authored by Tony Quach

Tony Quach | Sciencx (2022-06-27T04:22:30+00:00) Climan is a small npm package that automates long & boring commands for you.. Retrieved from https://www.scien.cx/2022/06/27/climan-is-a-small-npm-package-that-automates-long-boring-commands-for-you/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.