/get-you-a-license

Primary LanguageScalaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Get You A License

A little web app that makes it easy to add licenses to projects on GitHub. Check it out:

Get You a License

Run on Heroku:

  • Deploy: Deploy

Run Locally:

Test Locally:

  • Create a GitHub org & repo for testing

  • Create a GitHub auth token

  • Set env vars:

      export GITHUB_OAUTH_CLIENT_ID=BLAH
      export GITHUB_OAUTH_CLIENT_SECRET=BLAH
      export GITHUB_TEST_TOKEN=BLAH
      export GITHUB_TEST_ORG=BLAH
      export GITHUB_TEST_REPO=BLAH
      export GITHUB_TEST_USER=BLAH
    
  • Run tests:

    ./sbt test