Name | create-mountaineer-app JSON |
Version |
0.8.0
JSON |
| download |
home_page | None |
Summary | Easily get started with a new Mountaineer project. |
upload_time | 2024-12-08 17:40:38 |
maintainer | None |
docs_url | None |
author | Pierce Freeman |
requires_python | <4.0,>=3.10 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
![Mountaineer Header](https://raw.githubusercontent.com/piercefreeman/mountaineer/main/docs/media/header.png)
# Project Template
CLI to setup a basic scaffolding for mountaineer. This provides a simple base project that can be generated via pipx.
```bash
pipx run create-mountaineer-app
```
## Installing pipx
pipx is similar in nature to npx, except it's not installed by default alongside npm. Follow their [install guide](https://pipx.pypa.io/stable/installation/) to get started.
Once pipx is installed, you can call the latest create-mountaineer-app logic without installing the package globally.
## Development
To work on `create-mountaineer-app`, we use poetry to manage local dependencies. Note this is only required if you're hacking on this CLI, not if you just want to run it.
```bash
poetry install
```
If you're making frequent changes in development, you'll often want to create a fully fresh project directory in the CLI:
```bash
poetry install
rm -rf test-project && poetry run create-mountaineer-app --output-path test-project --mountaineer-dev-path ../
```
### Client Poetry Installation
If you want to test the full poetry install, you can temporarily uninstall poetry and validate it's installed by this installer:
```bash
curl -sSL https://install.python-poetry.org | python3 - --uninstall
curl -sSL https://install.python-poetry.org | POETRY_UNINSTALL=1 python3 -
```
Then, run `create-mountaineer-app` via a virtualenv:
```bash
python -m venv create_app_venv
source create_app_venv/bin/activate
pip install -e .
python create_mountaineer_app/cli.py
```
Raw data
{
"_id": null,
"home_page": null,
"name": "create-mountaineer-app",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Pierce Freeman",
"author_email": "pierce@freeman.vc",
"download_url": "https://files.pythonhosted.org/packages/36/15/26fba84ac4b912dbec3811e6e05736905eb164805b38dfe5a29a5ba78206/create_mountaineer_app-0.8.0.tar.gz",
"platform": null,
"description": "![Mountaineer Header](https://raw.githubusercontent.com/piercefreeman/mountaineer/main/docs/media/header.png)\n\n# Project Template\n\nCLI to setup a basic scaffolding for mountaineer. This provides a simple base project that can be generated via pipx.\n\n```bash\npipx run create-mountaineer-app\n```\n\n## Installing pipx\n\npipx is similar in nature to npx, except it's not installed by default alongside npm. Follow their [install guide](https://pipx.pypa.io/stable/installation/) to get started.\n\nOnce pipx is installed, you can call the latest create-mountaineer-app logic without installing the package globally.\n\n## Development\n\nTo work on `create-mountaineer-app`, we use poetry to manage local dependencies. Note this is only required if you're hacking on this CLI, not if you just want to run it.\n\n```bash\npoetry install\n```\n\nIf you're making frequent changes in development, you'll often want to create a fully fresh project directory in the CLI:\n\n```bash\npoetry install\nrm -rf test-project && poetry run create-mountaineer-app --output-path test-project --mountaineer-dev-path ../\n```\n\n### Client Poetry Installation\n\nIf you want to test the full poetry install, you can temporarily uninstall poetry and validate it's installed by this installer:\n\n```bash\ncurl -sSL https://install.python-poetry.org | python3 - --uninstall\ncurl -sSL https://install.python-poetry.org | POETRY_UNINSTALL=1 python3 -\n```\n\nThen, run `create-mountaineer-app` via a virtualenv:\n\n```bash\npython -m venv create_app_venv\nsource create_app_venv/bin/activate\n\npip install -e .\npython create_mountaineer_app/cli.py\n```\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Easily get started with a new Mountaineer project.",
"version": "0.8.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "186e50fcf257fad65974c75ca07db8c3b0ec624c3c43bca76e3ef26d020f2e5f",
"md5": "4213c9784f8904f4a5e11448fb7867dc",
"sha256": "28f02c92111626921cb182afd6fe0eafb12ff58e765b21ff4be29f7025a69cd6"
},
"downloads": -1,
"filename": "create_mountaineer_app-0.8.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4213c9784f8904f4a5e11448fb7867dc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 30031,
"upload_time": "2024-12-08T17:40:36",
"upload_time_iso_8601": "2024-12-08T17:40:36.160452Z",
"url": "https://files.pythonhosted.org/packages/18/6e/50fcf257fad65974c75ca07db8c3b0ec624c3c43bca76e3ef26d020f2e5f/create_mountaineer_app-0.8.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "361526fba84ac4b912dbec3811e6e05736905eb164805b38dfe5a29a5ba78206",
"md5": "f7799103b426932030f7816c43723128",
"sha256": "0c8a5082b4632d57d62218c36dea19aae1594b49d1cdc2b863d5fc17f5b7f291"
},
"downloads": -1,
"filename": "create_mountaineer_app-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "f7799103b426932030f7816c43723128",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 17501,
"upload_time": "2024-12-08T17:40:38",
"upload_time_iso_8601": "2024-12-08T17:40:38.390929Z",
"url": "https://files.pythonhosted.org/packages/36/15/26fba84ac4b912dbec3811e6e05736905eb164805b38dfe5a29a5ba78206/create_mountaineer_app-0.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-08 17:40:38",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "create-mountaineer-app"
}