Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

jakewmeyer/Zeus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imgur

CLI utility for autogenerating .gitignore files to STDOUT

GitHub release Build Status

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

  • Make sure you have the lastest version of crystal installed
$ git clone https://github.com/jakewmeyer/Zeus.git && cd zeus
$ crystal build src/zeus.cr --release
$ ./zeus

Usage

Overwrite existing .gitignore file

$ zeus > .gitignore
$ zeus crystal > .gitignore
$ zeus crystal ruby python > .gitignore

Append existing .gitignore file

$ zeus >> .gitignore

About

⚡ CLI utility for autogenerating .gitignore files to STDOUT

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published