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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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