Creating your profile is just the first step for us at XPO.NETWORK. Some of the things on our roadmap include:
For closed/private source repos, You will need a new account, which you can get at https://xpo.network/create-account.
git bash
should suffice)After matching above requirements , follow below commands
To install run the following command in bash:
$ curl -sSL https://xpo-img.s3-us-west-2.amazonaws.com/install.sh | bash
Use parameter --help for additional info.
To build and run this application locally, you'll need latest versions of Git, Gradle and JDK installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Prism-Labs/xpo-source-app
# Go into the repository
$ cd xpo-source-app
# Build
$ gradle build -Penv=production
# Run the app
$ java -jar build/libs/analyser-app.jar
The app looks at repos locally on your machine, and then sends stats to our server. The best way to verify is to look at the code. This app does NOT upload source code anywhere, and it NEVER will.
To process private repos you need to run this app locally. See Get started for instructions. This app sends only statistical information to our servers and never sends code.
This app is under the MIT license. See the LICENSE for more information.