Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christopherkade/gitignore-it
- Owner: christopherkade
- License: mit
- Created: 2019-06-16T08:27:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:43:09.000Z (almost 2 years ago)
- Last Synced: 2024-04-29T22:17:37.195Z (6 months ago)
- Topics: cli, generator, gitignore, gitignore-generator
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/gitignore-it
- Size: 883 KB
- Stars: 141
- Watchers: 2
- 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
![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)_