Generate .gitignore file without leaving the terminal.
Ignori was built with Textual
To install ignori
, it is recommended to use pip:
pip install ignori
You can install it from source. Clone this repository and use pip to install:
git clone https://github.com/EGAMAGZ/ignori.git
cd ignori
pip install .
To start the app, run:
ignori
Normally, when I start a project from scratch or the project initialiser does not generate a gitignore file, I have to search for it. With this, the workflow will not be interrupted by having to google it.
Created by Gamaliel Garcia / @EGAMAGZ