Sov-Ventures / xpo-source-app

Source code analyser for xpo.network
https://xpo.network
MIT License
0 stars 0 forks source link

 xpo.network code analyser

Features

Creating your profile is just the first step for us at XPO.NETWORK. Some of the things on our roadmap include:

Get started

For closed/private source repos, You will need a new account, which you can get at https://xpo.network/create-account.

After matching above requirements , follow below commands

Usage

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.

Build

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

Internals

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.

FAQ

How can I process private repos?

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.

Contributing

License

This app is under the MIT license. See the LICENSE for more information.

Links