Skip to main content

CLI to easily create .gitignore files

Project description

gi

Easily create a .gitignore

PyPI PyPI - Downloads GitHub

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gi-cli-0.0.4.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

gi_cli-0.0.4-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file gi-cli-0.0.4.tar.gz.

File metadata

  • Download URL: gi-cli-0.0.4.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.7.6 Darwin/20.1.0

File hashes

Hashes for gi-cli-0.0.4.tar.gz
Algorithm Hash digest
SHA256 91ae85e467868abe67f39767dd5fb0df4c1f5f05d26a2b4e06fdfa7dca29fb6a
MD5 a2b29e524e189985ab4b15e1589e2f11
BLAKE2b-256 5c06dddc02b6110b8f8dcd3d25094e5f968945d09e466b1d13540479fad0cf53

See more details on using hashes here.

File details

Details for the file gi_cli-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: gi_cli-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.7.6 Darwin/20.1.0

File hashes

Hashes for gi_cli-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d4b067671cc1512afbfcceb0e89f927d48b9e79f860df25577ae3d184b5de529
MD5 3fbaea18f6a2d5b54d5a98b1ecddc621
BLAKE2b-256 effb49d3f52cdb60b4dc9afd1e1ba1a074f55e4b643ddecec9595e236a7139db

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page