aninishi
v0.1.2
Published
Watch anime from your terminal - German & English, Desktop & Server mode
Maintainers
Readme
aninishi NPM Wrapper
This is the npm/Node.js wrapper for aninishi - a unified anime streaming CLI.
The npm package installs the Python CLI and provides a convenient Node.js wrapper to call it from npm scripts or globally.
Installation
npm install -g aninishi
# or
npm install --save-dev aninishi # for project-specific useUsage
Watch Anime
aninishi watch naruto --episode 1 --language "German Dub"Search
aninishi search "attack on titan"Get Stream URL
aninishi stream naruto --episode 1 --json-outStart Server
aninishi server --port 8080Show Help
aninishi --helpRequirements
- Node.js 14+ (for npm)
- Python 3.10+ (for the actual CLI)
Both are installed automatically on first run.
Python Package
This npm wrapper calls the Python package. For the full source and to contribute:
👉 https://github.com/DeathNaitsa/aninishi
License
MIT © 2026 aninishi Contributors
