The Seanime Tool CLI is a command-line interface tool for generating templates for the desired extension
To install the package globally (Recommended), run:
npm install -g seanime-tool-cli
Alternatively, for local installation, run:
npm install seanime-tool-cli
-
Run
seanime-toolif the package was installed globally- Run
npx seanime-toolif the package was installed locally
- Run
-
For generating templates, use
seanime-tool g-template -
After running the command, choose the type of extension you want to build from the displayed list.
-
Enter the name and the author of the extension when prompted.