You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.yarn/releases | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.yarnrc.yml | 2 years ago | |
COPYING | 2 years ago | |
README.md | 2 years ago | |
index.js | 2 years ago | |
package.json | 2 years ago | |
yarn.lock | 2 years ago |
README.md
Dumbignore
Generate an ultimate all-in-one .gitignore
based on .gitignore
s of random GitHub repositories.
Usage
- Specify these 3 environment variables in your .env:
GITHUB_TOKEN=my-token
A personal GitHub token to use the GitHub API.USE_REPOS=250
The amount of repositories you want to use .gitignore fromPARALLEL_DOWNLOADS=4
How many .gitignore files will be downloaded at the same time
- Install yarn
- Install packages using
$ yarn
- Run the script using
$ yarn start
- Enjoy your new dumbignore in output.txt