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: 5 months ago
JSON representation
:page_with_curl: A CLI to generate .gitignore files
- Host: GitHub
- URL: https://github.com/christopherkade/gitignore-it
- Owner: christopherkade
- License: mit
- Created: 2019-06-16T08:27:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:43:09.000Z (almost 3 years ago)
- Last Synced: 2025-04-29T10:52:46.439Z (6 months ago)
- Topics: cli, generator, gitignore, gitignore-generator
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/gitignore-it
- Size: 883 KB
- Stars: 139
- Watchers: 1
- Forks: 15
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Welcome to gitignore-it
> A CLI to generate .gitignore files

## 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)_