ts_deplint

Crates.iots_deplint
lib.rsts_deplint
version0.0.5
sourcesrc
created_at2023-10-22 20:25:58.56656
updated_at2024-01-03 13:03:30.071824
descriptionA tool to lint dependencies within TypeScript projects
homepage
repositoryhttps://github.com/maxh/ts_deplint
max_upload_size
id1010795
size34,815
Max Heinritz (maxh)

documentation

README

ts_deplint

A tool to lint dependencies within TypeScript projects.

Usage

ts_deplint <command> <path1> <path2>

Commands

lint     Lint the passed-in paths for disallowed imports.
diagram  Update README.md files in the passed-in paths with a Mermaid diagram of allowed imports.
fix      Fix import violations in the passed-in paths by adding allow rules.
format   Format the rules files in the passed-in paths.
Commit count: 78

cargo fmt