Sourcerer app creates an intelligent profile for software engineers.
Get early access on Sourcerer.
- Sourcerer alpha/beta access
- Linux or macOS
- Java Platform (JRE for Linux or JDK for macOS)
- Git repositories with master branch with at least one commit
To install sourcerer run the following command:
curl -s https://sourcerer.io/app/install | bash
To remove sourcerer from your machine:
sourcerer --uninstall
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