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
- Host: GitHub
- URL: https://github.com/TechWiz-3/pygnore-cli
- Owner: TechWiz-3
- License: gpl-3.0
- Created: 2022-07-19T05:41:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T02:34:01.000Z (over 2 years ago)
- Last Synced: 2024-08-14T07:08:03.717Z (8 months ago)
- Topics: cli, cli-tool, gitignore, gitignore-cli, gitignore-generator, hacktoberfest, python, python-cli, python-cli-tool, python-gitignore, python-script
- Language: Python
- Homepage: https://pypi.org/project/pygnore-cli/1.0.0/
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - TechWiz-3/pygnore-cli - Instantly create a .gitignore file using the python template, offline (Python)
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