Bryan Bugyi

Results 44 issues of 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...

Type: Feature

We should be at least uploading sphinx-generated code docs to readthedocs.

Type: Documentation

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

Type: CI

It looks like I'm going to have to merge the 'test', 'lint', and 'publish' workflows into a single workflow to make this work.

Type: CI

We should use [setuptools_scm](https://github.com/pypa/setuptools_scm) to manage funky's package version.

Type: Miscellaneous

Currently, the only OS that is tested is Linux.

Type: Tests
Type: CI

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.

Type: Documentation
Type: Feature