Skip to main content

2 posts tagged with "dependency-management"

View All Tags

· 5 min read

podman logo

Easy Development Dependency Management With Podman and Tent

By Farhan Hasin Chowdhury GitHub

Installing and managing development dependencies for various project is a chore and one thing that can improve your everyday workflow is the usage of containers.

Tent is a CLI tool for running development dependencies such as MySQL, Mongo, ElasticSearch etc inside pre-configured containers using simple one-liners.

· One min read

Tent is an open-source CLI tool for running development dependencies such as MySQL, Mongo, ElasticSearch etc inside pre-configured containers using simple one-liners. Developed using Go and the official golang bindings, tent is fast, reliable and secure. Checkout Easy Development Dependency Management With Podman and Tent to learn about the project.