An open API service indexing awesome lists of open source software.

https://github.com/TechWiz-3/pygnore-cli

Instantly create a .gitignore file using the python template, offline
https://github.com/TechWiz-3/pygnore-cli

cli cli-tool gitignore gitignore-cli gitignore-generator hacktoberfest python python-cli python-cli-tool python-gitignore python-script

Last synced: 5 months ago
JSON representation

Instantly create a .gitignore file using the python template, offline

Awesome Lists containing this project

README

        

# Pygnore

Super simple python CLI tool to generate a gitignore using the github python gitignore template. Internet not required.

## Installatiion

Pip installation currently unavailable - use the `Makefile` for now :pray:

```sh
git clone https://github.com/TechWiz-3/pygnore-cli.git && cd pygnore-cli
make install
```

## Usage

Creates a `.gitignore` in your current directory populated with the python3 template + some useful vim files.

```
pygnore
```

---
### 🎉 Commit labels
If you're interested in the commit labels used in this repo, check out my [git commit emoji](https://github.com/TechWiz-3/git-commit-emojis) project