An open API service indexing awesome lists of open source software.

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)

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 | [![NPM package](https://img.shields.io/npm/v/branchclean.svg?style=flat-square)](https://www.npmjs.com/package/branchclean) [![NPM downloads](https://img.shields.io/npm/dt/branchclean?style=flat-square)](https://www.npmjs.com/package/branchclean) |
| [mergelog](mergelog) | Generate clean merge summaries and commit log output from Git history | [![NPM package](https://img.shields.io/npm/v/mergelog.svg?style=flat-square)](https://www.npmjs.com/package/mergelog) [![NPM downloads](https://img.shields.io/npm/dt/mergelog?style=flat-square)](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: MIT](https://img.shields.io/github/license/mortend/tstools.svg?style=flat-square)](LICENSE)