https://github.com/mglagola/gen-gitignore
Generate and save gitignore locally by scraping github's gitignore repo
https://github.com/mglagola/gen-gitignore
generator git gitignore node npm npm-package
Last synced: 2 months ago
JSON representation
Generate and save gitignore locally by scraping github's gitignore repo
- Host: GitHub
- URL: https://github.com/mglagola/gen-gitignore
- Owner: mglagola
- Created: 2017-05-14T14:46:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T18:39:11.000Z (over 8 years ago)
- Last Synced: 2025-07-27T01:36:43.045Z (11 months ago)
- Topics: generator, git, gitignore, node, npm, npm-package
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Easily generate .gitignore files
It's as easy as
```bash
$ gitignore node sass
```

## Setup
```bash
$ npm install -g gen-gitignore
```
## Usage
```
Usage
$ gitignore
Examples
$ gitignore swift ruby
$ gitignore android
$ gitignore node sass
```