-
Added subset of cookiecutter options to CLI. a66f17a
-
Added documentation images. 86113dc
-
Added template layer updating. 20c6fe3
-
Added layer naming convention. 5e61312
-
[pre-commit.ci] pre-commit autoupdate. e516a18
updates: - github.com/PyCQA/flake8: 4.0.1 → 5.0.4
-
[pre-commit.ci] pre-commit autoupdate. 3e6f695
updates: - github.com/psf/black: 22.3.0 → 22.6.0
- Fixed metadata's long description content type. 99470e9
- Created tests for the add command. 358e189
- Updated cc_override's tests. 5388df7
- Added badges to the readme. 9fdcad0
- Fixed minor issues with packaging tools. d0f49d4
-
Fixed add command requiring destination. 15cbd16
The destination of the add command is now optional and defaults to the current working directory.
-
Fixed error not writing commit to composition file. 8fd7bbe
-
Fixed handling remote compositions and git clones. ee142bd
-
Fixed a bug when two templates have
_copy_without_render
. 9e89347_copy_without_render
is template-specific and attempting to override it raises an error in cookiecutter. Now that key is deleted for the default context and full context when generating each layer. -
Fixed configurations. df365df
-
Added more github actions. 6bf5e54
-
Added ability to use previous templatee contexts in rendering defaults. fa6cb23
-
Added verbosity logging. 2081e30
-
Added pip-compile to pre-commit config. aae79f5
-
Added the "add" command to add a layer to a rendered template. 86f17cd
-
Added git commands. 291b9aa
- gitpython added as a prod requirement
- GitError raised when git command fails
- added functions encompassing key functionality
-
Added layer_name to RenderedLayer. 7f02db3
This allows for detection of multiple rendered directories, and proper writing of the composition file.
-
Added release tooling. d0646d3
-
Added code. ccc4745
-
Create python-publish.yml. 62830a3
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 2dae846
for more information, see https://pre-commit.ci
-
Excluding test fixtures from requirement fixing. 40293a9
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. b774ad1
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. 5098fde
updates: - github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0
-
Switched from typer to click. d66f3f0
-
[pre-commit.ci] auto fixes from pre-commit.com hooks. 63f2d7d
for more information, see https://pre-commit.ci
-
[pre-commit.ci] pre-commit autoupdate. 8f6d661
updates: - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort
-
Migrated dependency management to pip-tools. 438c1a3
-
Vendored cookiecutter to use the latest version. e6540e7
-
Updated the readme. e997618
-
Updated the documentation. 8b59661
-
Updated pre-commit to allow multiple documents in YAML files. 3a3e578
-
Removed vendored cookiecutter and switched to released version. f5cd36a
-
Updated the error text when missing a git repo. 78507e9
-
Updated formatting for composition output. 9df7856
-
Updated the documentation to a new theme. 5f68737
-
Renamed _commands to commands. da6d4f5
-
Changed MergeStrategy from an Enum to constants. ef8b828
-
Changed dependency management. 4cf52ba
Uses pip-tools to compile and maintain dependency information.
-
Updated tests. 7c81df5