View TagAwesomeListWithReposAndLicenses.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env stack | |
-- stack script --resolver lts-13.27 | |
-- How to use: | |
-- 1. Install stack `curl -sSL https://get.haskellstack.org/ | sh` | |
-- (alternative ways available here https://docs.haskellstack.org/en/stable/README/#how-to-install ) | |
-- 2. Fill parameters like `gitHubClientId`, `gitHubClientSecret`, `readMeUrl` ... | |
-- (GitHub credentials can be created here https://github.com/settings/applications/new ) | |
-- 3. Run the file `./this-file.hs` | |
-- 4. Review newly created README.md in your working directory |