Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
/ Scripts-Manager Public archive

Program grouping together a multitude of scripts to avoid redeveloping everything each time

License

Notifications You must be signed in to change notification settings

Arubinu/Scripts-Manager

Repository files navigation

Scripts Manager

Program grouping together a multitude of scripts to avoid redeveloping everything each time.
To know everything about how this software works, documentation is available here: https://arubinu.github.io/Scripts-Manager

For Developers

Before using the commands that follow, you must install the dependencies with the following command (you must be in the project folder):

npm install

To launch the project from source (note: add your twitch app's client_id in addons/twitch/auth.json, and same in spotify):

npm start

To compile the project and make it an executable:

npm run build

Notes

If you are developing addons or scripts for this tool, you can directly tell me about it on Discord Arubinu#9947 (I may suggest a repository to group them together).

In any case, thank you for using this tool, which is close to my heart 🙂