Metadata-Version: 2.1
Name: creategitignore
Version: 0.1
Summary: Create .gitignore files for your projects
Home-page: https://github.com/dapoadedire/gitignore-cli
Author: Dapo Adedire
Author-email: <adedireadedapo19@gmail.com>
License: UNKNOWN
Description: # CreateGitignore
        
        A Python package to create .gitignore file for your project directly from the terminal.
        
        ## Dependencies
        
        - Python 3
        - Colorama
        
        ## Installation
        
            $ pip install creategitignore
        
        ## Usage
        
        usage: creategitignore [-h] language
        
        CLI tool to create .gitignore files for your projects.
        
        positional arguments:
        language The language you want your gitignore file for. Check out https://github.com/github/gitignore for list of available languages.
        
        optional arguments:
        -h, --help show this help message and exit
        
            $ creategitignore --help
            $ creategitignore -h
            $ creategitignore python
            $ creategitignore node
        
        
        ## License
        
        This project is licensed under the terms of the MIT license.
        
        ## Contribute
        
        Contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.
        
        You can contribute in many ways:
        
        Report bugs
        Feature requests
        Write code
        Submit pull requests
        
        ## Support
        
        This project needs your support! If you find this project useful, please consider starring the project to show your work.
        
        
        ## Screenshot
        
        
        ![image](https://user-images.githubusercontent.com/95668340/204677415-00dd17b6-2786-4070-8047-98a1fdedf0cc.png)
        
        
        
Keywords: gitignore,python
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
