项目作者: jakewmeyer

项目描述 :
⚡ CLI utility for autogenerating .gitignore files to STDOUT
高级语言: Crystal
项目地址: git://github.com/jakewmeyer/Zeus.git
创建时间: 2017-12-16T02:54:34Z
项目社区:https://github.com/jakewmeyer/Zeus

开源协议:MIT License

下载




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
    1. $ git clone https://github.com/jakewmeyer/Zeus.git && cd zeus
    1. $ crystal build src/zeus.cr --release
    1. $ ./zeus

Usage

Overwrite existing .gitignore file

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

Append existing .gitignore file

  1. $ zeus >> .gitignore