@nemu.pm/aidoku-cli
v0.3.0
Published
CLI for testing and exploring Aidoku sources
Downloads
34
Maintainers
Readme
@nemu.pm/aidoku-cli
CLI for testing and exploring Aidoku sources.
Requires Bun
Install
bun add -g @nemu.pm/aidoku-cliUsage
# List available sources
aidoku list
# Test source APIs
aidoku test <source-id> popular
aidoku test <source-id> search "one piece"
# Interactive exploration
aidoku explore
# Fetch from registry
aidoku registry listConfiguration
Set AIDOKU_SOURCES environment variable to point to your sources directory, or create an aidoku.config.json:
{
"sources": "./sources"
}Documentation
See the main repository for full documentation: https://github.com/nemu-pm/aidoku-js
License
MIT
