No project description provided
Project description
Project Template
CLI to setup a basic scaffolding for mountaineer. This provides a simple base project that can be generated via pipx.
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 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.
poetry install
If you're making frequent changes in development, you'll often want to create a fully fresh project directory in the CLI:
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:
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:
python -m venv create_app_venv
source create_app_venv/bin/activate
pip install -e .
python create_mountaineer_app/cli.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file create_mountaineer_app-0.4.2.dev2.tar.gz
.
File metadata
- Download URL: create_mountaineer_app-0.4.2.dev2.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae7359349d3ea8f8dcc006d6f4534da64bb7ddd7311bba6a664dbafb4d400270 |
|
MD5 | 6593557413878abe5a11f43589d10ac3 |
|
BLAKE2b-256 | 2173637b9bc1eb20e981fcae2cab0945342b25ff34396bcb07d7e9454da0f8fc |
File details
Details for the file create_mountaineer_app-0.4.2.dev2-py3-none-any.whl
.
File metadata
- Download URL: create_mountaineer_app-0.4.2.dev2-py3-none-any.whl
- Upload date:
- Size: 29.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37c8b762614704e0b925992a2354eee27e87a228ddc32d831b17afe08d1130a9 |
|
MD5 | 994c64d9c989446b14add33996768f5f |
|
BLAKE2b-256 | d1b1ac776a211095deaa51bb034070e2f95306d33273d028c67505241c557a8e |