A simple tool to check for updates available to include in the Stereum updates.json file.
- Automatically checks for not included updates in Stereums updates.json.
- Provides clear notifications about available updates.
- Easy to configure and run.
- Node.js: Make sure you have Node.js installed (version >= 18.x).
- Dependencies: Install the required Node.js packages listed in
package.json
.
-
Clone the repository:
git clone https://github.com/NeoPlays/Stereum-Update-Checker.git cd Stereum-Update-Checker
-
Install dependencies:
npm i
-
Create a
.env
file and add your Github Personal Access Token:GITHUB_PAT=<your-github-pat>
-
Run the update checker script:
node index.js or npm start
-
The tool will automatically check for updates and ask you if you want to include them in the updates.json file.
This project is licensed under the MIT License.
If you encounter any issues or have questions, feel free to open an issue.
Enjoy using Stereum Update Checker! 🚀