A CLI tool to aid with database maintenance
yarn global add kitsu-missing-enddates
npm install -g kitsu-missing-enddates
kmed [--subtype] [--onlyNSFW] [--noStart]
kitsu-missing-enddates [--subtype] [--onlyNSFW] [--noStart]
Defaults to tv,ona,ova,movie,music,special
Seperate multiple subtypes by commas (e.g --subtype tv,ona)
Possible values:
tvonaovamoviemusicspecial
Returns only NSFW entries (useful if you've previously run the CLI without logging in)
Returns entries without an end date AND a start date
Skip to 3. if running locally with yarn start
- Run
yarn global dirornpm root -gand navigate to the directory returned - Navigate to
node_modules/kitsu-missing-enddates - Copy
env.template.mjstoenv.mjs - Add your username (email or slug/profile URL) and password
- Run the CLI