项目作者: jakewmeyer
项目描述 :
⚡ CLI utility for autogenerating .gitignore files to STDOUT
高级语言: Crystal
项目地址: git://github.com/jakewmeyer/Zeus.git
Purpose
- This was written to solve a problem I had with copying and pasting from OS and Language gitignore sources
- The script automatically adds the correct OS .gitignore plus any number of languages you specify, all sent to STDOUT for easy redirection
- Uses the API provided by gitignore.io
Install / Setup
Build from Source
Usage
Overwrite existing .gitignore file
$ zeus > .gitignore
$ zeus crystal > .gitignore
$ zeus crystal ruby python > .gitignore
Append existing .gitignore file
$ zeus >> .gitignore