creategitignore


Namecreategitignore JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/dapoadedire/gitignore-cli
SummaryCreate .gitignore files for your projects
upload_time2022-12-04 06:29:12
maintainer
docs_urlNone
authorDapo Adedire
requires_python
license
keywords gitignore python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dapoadedire/gitignore-cli",
    "name": "creategitignore",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "gitignore,python",
    "author": "Dapo Adedire",
    "author_email": "<adedireadedapo19@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/3f/3a/50c07726c856ea9cb4bd5838498619ec887d4ec3eef523e2b424cdadcdaa/creategitignore-0.2.1.tar.gz",
    "platform": null,
    "description": "# CreateGitignore\n\nA Python package to create a `.gitignore` file for your project directly from the terminal.\n\n## Dependencies\n\n- Python 3\n- Colorama\n- BeautifulSoup\n- Sopusieve\n\n## Installation\n\n`$ pip install creategitignore `\n\n## Usage\n\n`$ creategitignore [language] `\n\n`[language]` is the language you want your `.gitignore` file for. A list of available languages can be found at https://github.com/github/gitignore.\n\nTo see a list of optional arguments and usage instructions, use the `-h` or `--help` flag:\n\n\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n\n## Contribute\n\nWe welcome and appreciate any contributions to the project. You can report bugs, request features, write code, or submit pull requests.\n\n## Support\n\nThis project needs your support! If you find this project useful, please consider starring the project on GitHub.\n\n\n## Screenshot\n\n\n![image](https://user-images.githubusercontent.com/95668340/204677415-00dd17b6-2786-4070-8047-98a1fdedf0cc.png)\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Create .gitignore files for your projects",
    "version": "0.2.1",
    "split_keywords": [
        "gitignore",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4255978f2198eaeae3ce394e59dc6c6e",
                "sha256": "9e4d6f87ea9c4aa10df231e3f29d1723b7fcbaeb179c960d00425cd7212a74a1"
            },
            "downloads": -1,
            "filename": "creategitignore-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4255978f2198eaeae3ce394e59dc6c6e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3800,
            "upload_time": "2022-12-04T06:29:09",
            "upload_time_iso_8601": "2022-12-04T06:29:09.697378Z",
            "url": "https://files.pythonhosted.org/packages/38/55/e48085adc87ea8ec08247137e17d61d5f90e0f76d10e51f254df1df8fc5e/creategitignore-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "af020a5a8a01e069c2f7232258675a62",
                "sha256": "bc84d7344733ee285baa10068098826d21ad85909d47e1d242202d6b6952eac5"
            },
            "downloads": -1,
            "filename": "creategitignore-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "af020a5a8a01e069c2f7232258675a62",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3450,
            "upload_time": "2022-12-04T06:29:12",
            "upload_time_iso_8601": "2022-12-04T06:29:12.071658Z",
            "url": "https://files.pythonhosted.org/packages/3f/3a/50c07726c856ea9cb4bd5838498619ec887d4ec3eef523e2b424cdadcdaa/creategitignore-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-04 06:29:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dapoadedire",
    "github_project": "gitignore-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "creategitignore"
}
        
Elapsed time: 0.01386s