Skip to content

andwati/gitno

Repository files navigation

gitno

PyPI version License Python versions

codecov

Gitno is a command-line tool that generates .gitignore files based on the templates available in the github/gitignore repository.

Installation

You can install gitno using pip:

pip install gitno

Usage

Create a GITHUB_ACCESS_TOKEN in your settings then add it to your environment variables

Initialize a local copy of the .gitignore files by running:

gitno update

To generate a .gitignore file on the current working directory, run the generate command followed by the template number or name:

gitno generate

To see a list of available templates, run the list command:

gitno list

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details.

Test coverage

Coverage

License

This project is licensed under the MIT License - see the LICENSE file for details.