# repoutil
repoutil is a simple command line utility to write gitignores, licenses and workflow files to a project.
## Usage
```
Usage: repo [OPTIONS] COMMAND [ARGS]...
repo is a simple command line utility to write gitignores, licenses and
workflows to a repo.
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
g Generates a gitignore file for the given language.
l Generates a license file for the given license.
w Generates a workflow file for the given language.
```
Examples:
```
repo g python # generate a gitignore file for python
repo l mit # generate a mit license file
```
<br>
## Versioning
repoutil releases follow semantic versioning, every release is in the *x.y.z* form, where:
- x is the MAJOR version and is incremented when a backwards incompatible change to stella is made.
- y is the MINOR version and is incremented when a backwards compatible change to stella is made, like changing dependencies or adding a new function, method, or features.
- z is the PATCH version and is incremented after making minor changes that don't affect stella's public API or dependencies, like fixing a bug.
<br>
## Licensing
License © 2021-Present Shravan Asati
This repository is licensed under the MIT license. See [LICENSE](LICENSE.txt) for details.
Raw data
{
"_id": null,
"home_page": "https://bitbucket.org/shravannn/repoutil",
"name": "repoutil",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9,<4.0",
"maintainer_email": "",
"keywords": "python,cli,license,gitignore,workflow,repository,write",
"author": "Shravan Asati",
"author_email": "dev.shravan@protonmail.com",
"download_url": "https://files.pythonhosted.org/packages/88/3b/2a3cb2c1b151ffca66883be29b5376701eac8ff4432219c68af22e91b358/repoutil-0.1.0.tar.gz",
"platform": null,
"description": "# repoutil\n\nrepoutil is a simple command line utility to write gitignores, licenses and workflow files to a project.\n\n## Usage\n\n```\nUsage: repo [OPTIONS] COMMAND [ARGS]...\n\n repo is a simple command line utility to write gitignores, licenses and\n workflows to a repo.\n\nOptions:\n --version Show the version and exit.\n --help Show this message and exit.\n\nCommands:\n g Generates a gitignore file for the given language.\n l Generates a license file for the given license.\n w Generates a workflow file for the given language.\n```\n\nExamples:\n```\nrepo g python # generate a gitignore file for python\nrepo l mit # generate a mit license file\n```\n\n\n<br>\n\n\n## Versioning\n\nrepoutil releases follow semantic versioning, every release is in the *x.y.z* form, where:\n\n- x is the MAJOR version and is incremented when a backwards incompatible change to stella is made.\n- y is the MINOR version and is incremented when a backwards compatible change to stella is made, like changing dependencies or adding a new function, method, or features.\n- z is the PATCH version and is incremented after making minor changes that don't affect stella's public API or dependencies, like fixing a bug.\n\n<br>\n\n## Licensing\n\nLicense \u00a9 2021-Present Shravan Asati\n\nThis repository is licensed under the MIT license. See [LICENSE](LICENSE.txt) for details.",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple command line utility to write gitignores, licenses and workflow files to a project.",
"version": "0.1.0",
"split_keywords": [
"python",
"cli",
"license",
"gitignore",
"workflow",
"repository",
"write"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "6fe79fd84f1987faf21f1e9b7f44cf7d",
"sha256": "4bd97d626674fa9b218ec8ecd9725a27a71dc6f571c53f9ca2655c21ce767c6d"
},
"downloads": -1,
"filename": "repoutil-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6fe79fd84f1987faf21f1e9b7f44cf7d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9,<4.0",
"size": 41232,
"upload_time": "2022-12-09T18:53:53",
"upload_time_iso_8601": "2022-12-09T18:53:53.618151Z",
"url": "https://files.pythonhosted.org/packages/a8/9f/f033fbcbf1cb69f4675e05090f17b8b7c5856c016f2d1fda461ff7e72e99/repoutil-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "5767b0d7f2bdb2c020361c85cec9602c",
"sha256": "dc11fd740f43d32f257ad9564b1e643e2f10beac36b04267a1bda6cfecbb6b2c"
},
"downloads": -1,
"filename": "repoutil-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "5767b0d7f2bdb2c020361c85cec9602c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9,<4.0",
"size": 33549,
"upload_time": "2022-12-09T18:53:55",
"upload_time_iso_8601": "2022-12-09T18:53:55.945584Z",
"url": "https://files.pythonhosted.org/packages/88/3b/2a3cb2c1b151ffca66883be29b5376701eac8ff4432219c68af22e91b358/repoutil-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-09 18:53:55",
"github": false,
"gitlab": false,
"bitbucket": true,
"bitbucket_user": "shravannn",
"bitbucket_project": "repoutil",
"lcname": "repoutil"
}