Metadata-Version: 2.1
Name: creategitignore
Version: 0.2.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 a `.gitignore` file for your project directly from the terminal.
        
        ## Dependencies
        
        - Python 3
        - Colorama
        - BeautifulSoup
        - Sopusieve
        
        ## Installation
        
        `$ pip install creategitignore `
        
        ## Usage
        
        `$ creategitignore [language] `
        
        `[language]` is the language you want your `.gitignore` file for. A list of available languages can be found at https://github.com/github/gitignore.
        
        To see a list of optional arguments and usage instructions, use the `-h` or `--help` flag:
        
        
        
        ## License
        
        This project is licensed under the terms of the MIT license.
        
        ## License
        
        This project is licensed under the terms of the MIT license.
        
        ## Contribute
        
        We welcome and appreciate any contributions to the project. You can report bugs, request features, write code, or submit pull requests.
        
        ## Support
        
        This project needs your support! If you find this project useful, please consider starring the project on GitHub.
        
        
        ## 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
