Add copier

This commit is contained in:
Juan-Pablo Scaletti 2019-09-11 14:56:44 -05:00
parent 7d0557ba09
commit 18212eef2a

View File

@ -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.