1.1.0 • Published 6 years ago
kitsu-missing-enddates v1.1.0
Kitsu Missing Enddates
A CLI tool to aid with database maintenance
Usage
Install
yarn global add kitsu-missing-enddates
npm install -g kitsu-missing-enddatesCommand
kmed [--subtype] [--onlyNSFW] [--noStart]
kitsu-missing-enddates [--subtype] [--onlyNSFW] [--noStart]Parameters
subtype (String, alias s)
Defaults to tv,ona,ova,movie,music,special
Seperate multiple subtypes by commas (e.g --subtype tv,ona)
Possible values:
tvonaovamoviemusicspecial
onlyNSFW (Boolean, alias o)
Returns only NSFW entries (useful if you've previously run the CLI without logging in)
noStart (Boolean, alias n)
Returns entries without an end date AND a start date
Allowing NSFW entries
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