A fast and efficient CLI tool to check the availability of package names on npm and repository names on GitHub Leave a star before you leave ⭐

2 stars 2 forks 2 watchers TypeScript MIT License
4 Open Issues Need Help Last updated: Sep 4, 2025

Open Issues Need Help

View All on GitHub
Name Recommendation System about 2 months ago

AI Summary: This issue proposes implementing an intelligent name recommendation system that suggests alternative names when a desired package or organization name is already taken. The system should generate suggestions by applying common prefixes/suffixes, experimenting with different word separators, suggesting synonyms using a lightweight thesaurus, and adding relevant context words. The goal is to enhance user experience by quickly providing available, similar name options.

Complexity: 3/5
enhancement good first issue

A fast and efficient CLI tool to check the availability of package names on npm and repository names on GitHub Leave a star before you leave ⭐

TypeScript

AI Summary: This issue proposes migrating the project's bundler from `tsup` to `tsdown`. The primary motivation is that `tsup` is no longer actively maintained, while `tsdown` is its modern, actively developed successor, promising better performance and developer experience.

Complexity: 2/5
enhancement good first issue

A fast and efficient CLI tool to check the availability of package names on npm and repository names on GitHub Leave a star before you leave ⭐

TypeScript

AI Summary: This GitHub issue proposes replacing the `chalk` library with Node.js's built-in `util.styleText` for terminal string styling. The change aims to reduce external dependencies, improve installation times, and leverage native Node.js features. It involves auditing existing `chalk` imports, updating styling calls, removing the dependency, updating documentation, and testing the styled output.

Complexity: 2/5
enhancement good first issue

A fast and efficient CLI tool to check the availability of package names on npm and repository names on GitHub Leave a star before you leave ⭐

TypeScript
enhancement good first issue

A fast and efficient CLI tool to check the availability of package names on npm and repository names on GitHub Leave a star before you leave ⭐

TypeScript