Skip to content

salesforce/get-you-a-license

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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