This Docker image is designed to simplify the use of the FrameIt command in Fastlane, which automates the process of adding device frames to screenshots.
Ensure you have Docker installed on your system to use this image. Download Docker from Docker's official site.
The Docker image is hosted on Docker Hub and can be pulled using the following command:
docker pull bednar/frame-it-cli
If you prefer to build the image locally, clone this repository and navigate to the directory containing the Dockerfile. Run the following command:
docker build -t bednar/frame-it-cli .
With the Docker image, you can execute various commands using Fastlane's FrameIt. Here are some example commands:
To add device frames to your screenshots, use the following command in directory containing your screenshots:
docker run -it --rm -v $(pwd):/app/Fastlane bednar/frame-it-cli frameit
You can specify the directory where your screenshots are located:
docker run -it --rm -v $(pwd):/app bednar/frame-it-cli frameit --path path/to/your/screenshots
We welcome contributions from the community. Whether it's improving the Dockerfile, adding more examples, or reporting issues, your input is appreciated.
This project is released under the MIT License. See the LICENSE
file in the repository for more details.
If you have any questions or need help, please open an issue in this GitHub repository for support and inquiries. Follow this link to create a new issue: Open an Issue.