Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

44 lines (23 loc) · 1.15 KB

invoke-base

Build Status

A fogies project used as a template for other projects.

Provides for dependency management, tasks via the invoke tool, and testing.

Project Dependencies

This project is based on a template:

https://github.com/fogies/invoke-base

Runtime dependencies for this project are:

  • Python 3.6.6
  • Docker Toolbox v18.06.1-ce

See Installation for Windows.

See Installation for Mac.

Tasks

This project uses Invoke for task execution. Available tasks can be listed:

invoke -l

See Additional Task Documentation.

Frequently used tasks will include:

compile_config

Compile files specified in _base_config.yml, via key compile_config : entries.

invoke compile_config

dependencies_ensure

Ensure dependencies are installed.

invoke dependencies_ensure