Sha256: 539145a367a5de0f51b992765e16e9487db36535778477aa1b7222127260b97f

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 KB

Contents

# Forgitter

Forgitter is a .gitignore generator. It uses the \*.gitignore files found at
https://github.com/github/gitignore to generate a combined .gitignore file
locally. The \*.gitignore files are distributed with this gem for convenience.

## Installation

Add this line to your application's Gemfile:

    gem 'forgitter'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install forgitter

## Usage

To generate a .gitignore in the current directory, run:

    forgitter TYPE1 [TYPE2 ...]

Where TYPE1, TYPE2, etc. are the types of files to ignore. You can see a
complete list of available types by running:

    forgitter -l

See `forgitter -h` for additional options.

## Contributing

This gem depends on the https://github.com/github/gitignore repository as a
submodule. After cloning this repository, run the following to retrieve the
\*.gitignore files which will be cloned into `data/`:

    git submodule init && git submodule update

1. Fork it ( http://github.com/cloudspace/forgitter/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
forgitter-0.0.7 README.md
forgitter-0.0.6 README.md
forgitter-0.0.5 README.md