Sign inSign up

mactat/framed

By mactat

Updated over 2 years ago

CLI tool for directories and files management.

Image
0

261

mactat/framed repository overview

Project

You can find more info about the project on github.

Overview

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.

Running from docker

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

Tag summary

Content type

Image

Digest

sha256:c12d6eeb9

Size

6.2 MB

Last updated

over 2 years ago

docker pull mactat/framed