From 18212eef2a4f78f6546f606bf5ad3ed2ae100874 Mon Sep 17 00:00:00 2001 From: Juan-Pablo Scaletti Date: Wed, 11 Sep 2019 14:56:44 -0500 Subject: [PATCH] Add copier --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9510375..68f8edc9 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Useful CLI-based tools for productivity.* * Productivity Tools + * [copier](https://github.com/pykong/copier) - A library and command-line utility for rendering projects templates. * [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates). * [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal. * [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line. @@ -261,6 +262,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command. * [tmuxp](https://github.com/tony/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager. * [try](https://github.com/timofurrer/try) - A dead simple CLI to try out python packages - it's never been easier. + * CLI Enhancements * [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement. * [kube-shell](https://github.com/cloudnativelabs/kube-shell) - An integrated shell for working with the Kubernetes CLI.