https://github.com/mortend/tstools
Collection of tiny command-line tools and frontends (monorepo)
https://github.com/mortend/tstools
git node npm productivity tsx typescript
Last synced: 17 days ago
JSON representation
Collection of tiny command-line tools and frontends (monorepo)
- Host: GitHub
- URL: https://github.com/mortend/tstools
- Owner: mortend
- License: mit
- Created: 2026-05-26T07:52:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-06T19:19:16.000Z (30 days ago)
- Last Synced: 2026-06-06T21:11:23.448Z (30 days ago)
- Topics: git, node, npm, productivity, tsx, typescript
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tstools
> Collection of tiny command-line tools and frontends (monorepo)
| Tool | Description | npm |
| -------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [branchclean](branchclean) | Delete local Git branches that become identical to the main branch after rebasing | [](https://www.npmjs.com/package/branchclean) [](https://www.npmjs.com/package/branchclean) |
| [mergelog](mergelog) | Generate clean merge summaries and commit log output from Git history | [](https://www.npmjs.com/package/mergelog) [](https://www.npmjs.com/package/mergelog) |
The goal is to keep each tool:
- Simple and easy to understand
- Lightweight with few or no runtime dependencies
- Useful in day-to-day development workflows
## Contributing
Bug reports, feature requests, and pull requests are welcome
[](LICENSE)