CLI tool for directories and files management.
261
You can find more info about the project on github.
Framed is a CLI tool that simplifies the organization and management of files and directories in a reusable and architectural manner. It provides YAML templates for defining project structures and enables workflows based on those.
To always be in sync with the YAML template, Framed provides a built-in test command that can be used in CI/CD pipelines to verify the project structure.
To run framed from docker, run the following command:
docker run --rm -v $(pwd):/app --user $(id -u):$(id -g) mactat/framed framed <command>
example:
docker run --rm -v $(pwd):/app --user $(id -u):$(id -g) mactat/framed framed import --example python
Content type
Image
Digest
sha256:c12d6eeb9…
Size
6.2 MB
Last updated
over 2 years ago
docker pull mactat/framed