Various CLI programs that aid my own workflows.
-
toolkitprovides starter templates for Go, Python or AWS CDK projects.go install github.com/kxue43/cli-toolkit/cmd/toolkit@latest
-
toolkit-assume-roleperforms the AWS CLI credential process. It only works on macOS and Linux because it needs to read and write/dev/tty.go install github.com/kxue43/cli-toolkit/cmd/toolkit-assume-role@latest
-
toolkit-show-mdtakes a Markdown file, converts it to a GitHub style HTML and displays the HTML in user's default browser.go install github.com/kxue43/cli-toolkit/cmd/toolkit-show-md@latest
-
toolkit-serve-staticprovides a local server of static websites. It can be used together with air-verse/air to add live-reload capability to the server.go install github.com/kxue43/cli-toolkit/cmd/toolkit-serve-static@latest