0.3.3 • Published 2 years ago

@trakt-tools/cli v0.3.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@trakt-tools/cli

A CLI helper for trakt-tools.

How to Use

  • To install and use:
npm install --save-dev @trakt-tools/cli
npx trakt-tools
  • To use without installing:
npx @trakt-tools/cli

Commands

If command options aren't provided as arguments, an interactive prompt is used to retrieve them.

Use [command] --help to see all the options.

  • dev: Helper tools for development

    • create-service: Create a new streaming service

      Example:

      npx trakt-tools dev create-service --name "Netflix" --id "netflix" --home-page "netflix.com" --has-sync --has-auto-sync
    • update-service: Update an existing streaming service (to add a scrobble/sync function)

      Example:

      npx trakt-tools dev update-service --id "netflix" --add-scrobbler
    • update-readme: Updates the README

      Example:

      npx trakt-tools dev update-readme
0.3.3

2 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago