Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.13 KB

ReadMe.md

File metadata and controls

53 lines (31 loc) · 1.13 KB

Philoignore

Philoignore is a simple command line gitignore generator

philoignore cover

Installation

Make sure you have pip and python>=3.6 installed on your machine and follow the steps.

Setup the package

At this time, the package is not yet installed on pypi, so the only way to install the project is to use GitHub

pip install git+https://github.com/Hr-ArshA/Philoignore.git

⚠️: Philoignore is POSIX-friendly And at this moment, But it is also compatible with Windows to a good extent.

Usage

Use ignore along with the technologies you want to create gitignore for.

ignore python

or

ignore python venv django

By default, the file is created in the path where you are located, But you can use "-o" or "--output" flag to save the file in the path you want.

ignore python -o yout_path

ignore python --output yout_path

To close the list of all gitignores, you can use the --list or -l flag

ignore --list

License

Philoignore is being licensed under the MIT License.