Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/christopherkade/gitignore-it

:page_with_curl: A CLI to generate .gitignore files
https://github.com/christopherkade/gitignore-it

cli generator gitignore gitignore-generator

Last synced: 11 days ago
JSON representation

:page_with_curl: A CLI to generate .gitignore files

Awesome Lists containing this project

README

        

Welcome to gitignore-it





License MIT

> A CLI to generate .gitignore files

![gitignoreit](https://user-images.githubusercontent.com/15229355/59565299-e9c0fb00-9051-11e9-8012-04478bf9268c.gif)

## Install

```sh
# Using Yarn
yarn global add gitignore-it

# Using npm
npm install -g gitignore-it
```

## Usage

```sh
gitignore
```

## Author

👤 **Christopher Kade**

* Twitter: [@christo_kade](https://twitter.com/christo_kade)
* Github: [@christopherkade](https://github.com/christopherkade)

## 🤝 Contributing

Contributions, issues and feature requests are welcome !
Feel free to check [issues page](https://github.com/christopherkade/gitignore-it/issues).

A quick contribution would be to add a new type of `.gitignore` file. Simply create the appropriate file in the `/gitignores` folder.

## Show your support

Give a ⭐️ if this project helped you !

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_