Crates.io | ts_deplint |
lib.rs | ts_deplint |
version | 0.0.5 |
source | src |
created_at | 2023-10-22 20:25:58.56656 |
updated_at | 2024-01-03 13:03:30.071824 |
description | A tool to lint dependencies within TypeScript projects |
homepage | |
repository | https://github.com/maxh/ts_deplint |
max_upload_size | |
id | 1010795 |
size | 34,815 |
A tool to lint dependencies within TypeScript projects.
ts_deplint <command> <path1> <path2>
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.