A fogies project used as a template for other projects.
Provides for dependency management, tasks via the invoke tool, and testing.
This project is based on a template:
https://github.com/fogies/invoke-base
Runtime dependencies for this project are:
- Python 3.6.6
See Installation for Mac.
This project uses Invoke for task execution. Available tasks can be listed:
invoke -l
See Additional Task Documentation.
Frequently used tasks will include:
Compile files specified in _base_config.yml
, via key compile_config : entries
.
invoke compile_config
Ensure dependencies are installed.
invoke dependencies_ensure