just-install / just-install-updater

A nodejs script that keeps the just-install registry up-to-date (DEPRECATED: use just-install-updater-go)
GNU General Public License v3.0
3 stars 6 forks source link

just-install-updater

Build Status License Gitter

A nodejs script for updating the just-install registry links to the latest releases

Installation

Make sure you have the latest NodeJS version installed on your system. Download just-install-updater from Github, and npm install from the directory where the files are located.

Placing a Github API access token in a file named githubAuth at the root of the development folder is also recommended (but not essential). This will ensure you avoid hitting the rate limit of 60 requests per hour for unauthenticated API calls.

Usage

From the install directory:

node jiup path [options] [packages]

arguments

Finally, starting the script with the following commands will perform a special task

Contributing

If you wish to contribute, please read the documentation on the wiki