Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/captainsafia/goops

A CLI tool that automagically adds or recommends the best .gitignore for your project
https://github.com/captainsafia/goops

Last synced: 15 days ago
JSON representation

A CLI tool that automagically adds or recommends the best .gitignore for your project

Lists

README

        

# goops
goops is a command line tool that adds a .gitignore file to your current
working directory. It's a little more helpful than that though, goops will
analyze the files in your directory and determine the best .gitignore for
your project based on a simple heuristic or offer you a list of potential
.gitignore files to choose from.

## Installation

```
npm install --global goops
```

## Usage
![goops demo](https://cloud.githubusercontent.com/assets/1857993/23940333/80b2c4ac-0932-11e7-9f5c-b10791fc9f35.gif)