Skip to content

🤖 Sourcerer app makes a visual profile from your GitHub and git repositories.

License

Notifications You must be signed in to change notification settings

RepoForks/sourcerer-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sourcerer Logo   sourcerer.io

A visual profile for software engineers. Start with your public GitHub at https://sourcerer.io/start. Screenshot below.

What is it?

profile-sliced-sized

Once you feed it some git repos, you will get a beautiful profile that will help you learn things about yourself, connect to others, and become a better engineer. Example profiles: https://sourcerer.io/sergey, https://sourcerer.io/ddeveloperr, https://sourcerer.io/osantana, https://sourcerer.io/adnanrahic.

Profile is the first step. Some of the things on our roadmap: news that is relevant to your code, engineers to follow and learn from, technology and libraries you should know about, projects that could use your help.

Both open source and closed source repos are fine. The easiest way to get started with open source repos is to go to https://sourcerer.io/start, and select GitHub. For closed source repos, you can use this Sourcerer app. You will still need an account, which you can get at https://sourcerer.io/

Sourcerer app does not upload source code anywhere, and it never will. The app looks at repos locally on your machine, and then sends stats to sourcerer.io. The best way to verify is to look at the code. src/main/proto/sourcerer.proto is a good start as it describes the client-server protocol.

You will need an account, sign up on https://sourcerer.io/

Requirements

  • Linux or macOS
  • Java 8+ Platform (JRE for Linux or JDK for macOS)
  • Git repositories with master branch with at least one commit
  • Account on https://sourcerer.io/

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.

About

🤖 Sourcerer app makes a visual profile from your GitHub and git repositories.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 97.9%
  • Shell 1.6%
  • Groovy 0.5%