nsniper
v1.0.2
Published
CLI tool for generating and checking available Minecraft nicknames.
Readme
NSNIPER
Nick Sniper (nsniper) is a CLI tool for generating and checking available Minecraft nicknames quickly and easily.
Features
- Generate random Minecraft nicknames with custom length and prefix
- Option to allow or disallow numbers in nicknames
- Checks nickname availability using Mojang's official API
- Prevents duplicate nickname generation
- User-friendly CLI with colored output
Installation
You can install nsniper globally using npm:
npm install -g nsniperOr use it as a local dependency in your project:
npm install nsniperUsage
Run in development mode:
npm run devOr use globally (after build):
npm install -g .
nsniperCLI Options
The tool will prompt you for:
- Nickname length (3-16 characters)
- Prefix (optional)
- Allow numbers (y/n)
- How many nicknames to generate
You can stop the process at any time with Ctrl+C.
