# `ngitignore`
 A simple `CLI` package for creating a `.gitignore` file.
This package creates a `.gitignore` in the current directory
One time install and create .gitignore while offline

![Issues](https://img.shields.io/github/issues/forinda/ngitignore)
![Stars](https://img.shields.io/github/stars/forinda/ngitignore)
![Forks](https://img.shields.io/github/forks/forinda/ngitignore?style=social)
![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Ffelix_orinda)
![stars](https://img.shields.io/github/stars/forinda/ngitignore)
![License](https://img.shields.io/github/license/forinda/ngitignore)
<br/>
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white)

<br/>

### Working with the package without installing the package
```sh
$ npx ngitignore create
```

# How to use

Install the package globally using the command below

```sh
$ npm i -g ngitignore
```

After installation run the command `ngitgnore -h` or `ngitignore --help` to display help options

Run the `ngitgnore create` to create a .gitignore file in the currrent directory

```sh

$ ngitignore -h 

Usage: ngitignore [options] [command]

Options:
  -h, --help      display help for command

Commands:
  create          Create a .gitignore file in the current directory
  --help          Show help info
  -h              Show help info
  help [command]  display help for command
  
  ```

# Creating the file

```sh
$ ngitignore create

Hurray 🥳🥳🚀🚀
Successfully created a .gitignore file
```

  
