Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T18:39:11.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T16:42:23.514Z (4 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
```![demo](https://cl.ly/103c273R313Q/Screen%20Recording%202017-05-14%20at%2009.56%20AM.gif)
## Setup
```bash
$ npm install -g gen-gitignore
```## Usage
```
Usage
$ gitignoreExamples
$ gitignore swift ruby
$ gitignore android
$ gitignore node sass
```