Coder Social home page Coder Social logo

ignore's Introduction

ignore

Like the name suggests, this Python script is capable of generating a .gitignore file against a given template name.

Requirements

  • Python 3

Installation

pip install git+https://github.com/fhsinchy/ignore.git#egg=ignore
pip freeze

Output โ€“

ignore==1.0.0

Usage

Once you have installed the package it should be available everywhere in your system. The generic command for executing this script is

ignore <name of the template>

If the given template name exists inside the https://github.com/github/gitignore repository, the script will create a new .gitignore file in your current working directory.

You can get a list of all the available templates by executing the following command:

ignore templates

Be aware of the fact that the script will delete any pre-existing .gitignore file in the working directory bfore creating a new one. So if you have some custom addition to your existing file, copying that to your clipboard will be good idea.

ignore's People

Contributors

fahimfba avatar fhsinchy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

fahimfba

ignore's Issues

Warning: Deprecation

During the installation process, a depreciation warning appears:
DEPRECATION: ignore is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559.

Other than that, everything else works just fine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.