Bryan Bugyi
Bryan Bugyi
[j2cli] will allow cookie to take full advantage of [jinja2] templates. [j2cli]: https://github.com/kolypto/j2cli [jinja2]: https://github.com/pallets/jinja
This should only be done after #19 is resolved, since it is only at that point that cookie can be considered a true alternative to cookiecutter.
There are several benefits to making this change, including but not limited to: * Removes the need for `.funky` files which clutter up project directories. * Enables local funks to...
We should be at least uploading sphinx-generated code docs to readthedocs.
The following linting tools are good candidates. We should run these against funky as apart of our CI pipeline: * [vulture] * [shellcheck] * [yamllint] Badges for each should also...
It looks like I'm going to have to merge the 'test', 'lint', and 'publish' workflows into a single workflow to make this work.
We should use [setuptools_scm](https://github.com/pypa/setuptools_scm) to manage funky's package version.
In addition to standard ZSH completion, funks should also autocomplete. For example, `funky -e r` should expand to `funky -e run` if `run` is defined as a function.