0.0
No commit activity in last 3 years
No release in over 3 years
Generate gitignore files with ease.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Coldshoulder

Generate those gitignore files with ease.

Installation

$ gem install coldshoulder

Usage

In the root of the directory, enter the following command:

coldshoulder generate [Language name]

Boom. You now have a gitignore file generated from the templates that GitHub uses. Easy huh?

Note: You have to specify the exact name of the file in GitHub's repo. This might change to be a little more flexible.

Contributing

  1. Fork it
  2. Create a branch
  3. Submit a pull requests. Make sure you write tests.

Feel free to report issues as well.