gex-cli


Namegex-cli JSON
Version 1.0.4 PyPI version JSON
download
home_pageNone
SummaryCommand-line project generator using git repo.
upload_time2023-06-18 10:37:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords cli command-line console generator project managment
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # gex-cli

Generate projects using built-in or custom templates via command-line.

[![PyPI - Version](https://img.shields.io/pypi/v/gex-cli.svg)](https://pypi.org/project/gex-cli)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/gex-cli)](https://pypi.org/project/gex-cli)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gex-cli.svg)](https://pypi.org/project/gex-cli)


## Installation

```bash
 pip install gex-cli
```

## Usage

```bash
  gex g web -n MyWebsite
```

## Support

For support, email <a href="mailto://woidzeroo@gmail.com">woidzeroo@gmail.com</a>

## License

`gex-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gex-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "cli,command-line,console,generator,project managment",
    "author": null,
    "author_email": "woidzero <woidzerov@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fb/3a/cd4d7599f7be79a19f54e5ef04fe13922e2962231341a93927f6715cb3a3/gex_cli-1.0.4.tar.gz",
    "platform": null,
    "description": "# gex-cli\n\nGenerate projects using built-in or custom templates via command-line.\n\n[![PyPI - Version](https://img.shields.io/pypi/v/gex-cli.svg)](https://pypi.org/project/gex-cli)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/gex-cli)](https://pypi.org/project/gex-cli)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gex-cli.svg)](https://pypi.org/project/gex-cli)\n\n\n## Installation\n\n```bash\n pip install gex-cli\n```\n\n## Usage\n\n```bash\n  gex g web -n MyWebsite\n```\n\n## Support\n\nFor support, email <a href=\"mailto://woidzeroo@gmail.com\">woidzeroo@gmail.com</a>\n\n## License\n\n`gex-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Command-line project generator using git repo.",
    "version": "1.0.4",
    "project_urls": {
        "Chat": "https://discord.gg/MhvDqCXAzP",
        "Documentation": "https://github.com/woidzero/gex-cli#readme",
        "Issues": "https://github.com/woidzero/gex-cli/issues",
        "Source": "https://github.com/woidzero/gex-cli"
    },
    "split_keywords": [
        "cli",
        "command-line",
        "console",
        "generator",
        "project managment"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b31960b4b11b93d8ae9d8fa2050671d938b98e1b02e052b6f861581276e1e70e",
                "md5": "adc22ac8c343d4f59a37871279a748b3",
                "sha256": "5dcae27b8b23ea7d3701384654afd274a172e7a2a00f419b69dbf8f0c3006dc0"
            },
            "downloads": -1,
            "filename": "gex_cli-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "adc22ac8c343d4f59a37871279a748b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4055,
            "upload_time": "2023-06-18T10:37:32",
            "upload_time_iso_8601": "2023-06-18T10:37:32.627933Z",
            "url": "https://files.pythonhosted.org/packages/b3/19/60b4b11b93d8ae9d8fa2050671d938b98e1b02e052b6f861581276e1e70e/gex_cli-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb3acd4d7599f7be79a19f54e5ef04fe13922e2962231341a93927f6715cb3a3",
                "md5": "58b4d01fd3c5b365ecb30ef96a817089",
                "sha256": "7e8cd0d825d5f640f45ffdd4959aa16e0b88675fb1fff771aa377a4b84997fa0"
            },
            "downloads": -1,
            "filename": "gex_cli-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "58b4d01fd3c5b365ecb30ef96a817089",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3387,
            "upload_time": "2023-06-18T10:37:35",
            "upload_time_iso_8601": "2023-06-18T10:37:35.267873Z",
            "url": "https://files.pythonhosted.org/packages/fb/3a/cd4d7599f7be79a19f54e5ef04fe13922e2962231341a93927f6715cb3a3/gex_cli-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-18 10:37:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "woidzero",
    "github_project": "gex-cli#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "gex-cli"
}
        
Elapsed time: 0.08192s