Welcome to TSNDep Documentation
TSNDep is a Python CLI tool for managing project dependencies with recursive resolution, Git integration, and lifecycle hooks.
Getting Started
New to TSNDep? Start here:
- Installation Install TSNDep via pip
- Commands Learn the 8 core commands
- DependenciesF Understand
dependencies.json
Documentation
Quick Example
# Initialize a project
tsndep init
# Install dependencies (recursive)
tsndep install https://github.com/org/project.git main
# View dependency tree
tsndep list
# Verify all dependencies
tsndep check
For more details, explore the documentation using the sidebar menu.