gi
Easily create a .gitignore
Usage
# Install it
$ pip install gi-cli
# Add a language framework
$ gi add python
# Or add multiple
$ git add node python
# Clear your gitignore
$ git clear
# Uninstall it
$ pip uninstall gi-cli
Note: Mac or Linux users may have to use pip3 instead of pip.
Build setup
Clone or fork the repository, then run the commands:
poetry shell
poetry install
Add the pre-commit hooks:
pre-commit install
Editor settings
{
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"[python]": {
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.tabSize": 4
},
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.pythonPath": "/Users/username-here/Library/Caches/pypoetry/virtualenvs/xxx-py3.7"
}
License
MIT
Release files for gi-cli 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gi-cli-0.0.4.tar.gz | 5.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gi_cli-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:10.9 kB
Release files / gi-cli-0.0.4.tar.gz
| Download URL | gi-cli-0.0.4.tar.gz |
|---|---|
| Size | 5.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
91ae85e467868abe67f39767dd5fb0df4c1f5f05d26a2b4e06fdfa7dca29fb6a
|
|
BLAKE2b-256 checksum How to use checksums |
5c06dddc02b6110b8f8dcd3d25094e5f968945d09e466b1d13540479fad0cf53
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.7.6 Darwin/20.1.0
|
Release files / gi_cli-0.0.4-py3-none-any.whl
| Download URL | gi_cli-0.0.4-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d4b067671cc1512afbfcceb0e89f927d48b9e79f860df25577ae3d184b5de529
|
|
BLAKE2b-256 checksum How to use checksums |
effb49d3f52cdb60b4dc9afd1e1ba1a074f55e4b643ddecec9595e236a7139db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.7.6 Darwin/20.1.0
|