Skip to content

Commit dd90108

Browse files
committed
gitignore generator
1 parent da43b7c commit dd90108

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

README.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
# gitIgnore-generator
2-
Git Ignore Generator
1+
## gitIgnore-generator
2+
cli application to generate git Ignore file automatically
3+
4+
## Features
5+
* Simple command to generate .gitignore file
6+
* Most of the language, IDE supports
7+
8+
## Installation
9+
10+
```
11+
$ npm i -g gigen
12+
```
13+
14+
### Usages
15+
To start cli app just write below command & press enter
16+
```
17+
gigen
18+
```
19+
20+
## API
21+
We are using gitignore.io API to get list of options & generate .gitignore file. To check API documentation please visit: https://docs.gitignore.io
22+

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gigen",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": ".gitignore file generate",
55
"main": "app.js",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"bin": {
1010
"gigen": "app.js"
1111
},
12-
"keywords": [],
12+
"keywords": [".gitignore", "cli", "generate", "omit"],
1313
"author": "",
1414
"license": "ISC",
1515
"dependencies": {

0 commit comments

Comments
 (0)