/sourcerer-app

Sourcerer app makes engineering profiles from their git repositories.

Primary LanguageKotlinMIT LicenseMIT


Sourcerer
Sourcerer App

Sourcerer app creates an intelligent profile for software engineers.
Get early access on Sourcerer.


Prerequirements

  • Sourcerer alpha/beta access
  • Linux or macOS
  • Java 8+ Platform (JRE for Linux or JDK for macOS)
  • Git repositories with master branch with at least one commit

Install/uninstall

To install sourcerer run the following command:

curl -s https://sourcerer.io/app/install | bash

To remove sourcerer from your machine:

sourcerer --uninstall

Build

To build and run this application, 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/sourcerer-io/sourcerer-app.git

# Go into the repository
$ cd sourcerer-app

# Build
$ gradle build

# Run the app
$ java -jar build/libs/sourcerer-app.jar

Contribution

We welcome contributions to Sourcerer App by the community. Check the Contribution guide) for more information.