Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyo/generator-gitignore-io
Creates .gitignore files via gitignore.io
https://github.com/vyo/generator-gitignore-io
Last synced: about 1 month ago
JSON representation
Creates .gitignore files via gitignore.io
- Host: GitHub
- URL: https://github.com/vyo/generator-gitignore-io
- Owner: vyo
- License: mit
- Created: 2018-04-11T11:43:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T13:17:49.000Z (over 6 years ago)
- Last Synced: 2024-10-13T08:51:58.645Z (about 1 month ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# generator-gitignore-io
[![npm-image](https://badge.fury.io/js/generator-gitignore-io.svg "gitignore-io")](https://npmjs.org/package/generator-gitignore-io)> Creates .gitignore files via gitignore.io
## Installation
First, install [Yeoman](http://yeoman.io) and generator-gitignore-io using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install --global yo generator-gitignore-io
```Then start generating your `gitignore` file:
```bash
yo gitignore-io
```Yeoman will walk you through the process one question at a time. You can always abort without changing anything (`ctrl-c`)
## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## License
MIT © [Manuel Weidmann](github.com/vyo)