upjs is a simple app for downloading updates for your program. It's based on NodeJs but when built to a native executable, can be used on any operating system with no dependecies.
To run the app simply run the upjs.exe with an appriopriate commad.
upjs github-check --user [GITHUB USERNAME] --repo [GITHUB REPO NAME] --current [VERSION]
sample:
upjs github-check --user gilnicki --repo upjs --current 0.0.1
upjs github-get -u [GIHUB USERNAME] -r [GITHUB REPO NAME]
Those are only the sample commands but you can get the full list of available commands with:
upjs --help
- Clone this repo
- Run
npm install
- Install pkg with
npm install pkg -g
- Run
npm run build
- Optional: if you're on Windows run
npm run win-add-icon
to add an icon to your executable
With ❤ and ☕ by Greg
This program is open-source and distributed under the MIT License, see LICENSE.md for details.