3 Home
Niquel Mendoza edited this page 2026-04-30 22:12:52 +00:00

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:

  1. Installation Install TSNDep via pip
  2. Commands Learn the 8 core commands
  3. 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.