Skip to main content

No project description provided

Project description

Mountaineer Header

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

create_mountaineer_app-0.7.0.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

create_mountaineer_app-0.7.0-py3-none-any.whl (30.0 kB view details)

Uploaded Python 3

File details

Details for the file create_mountaineer_app-0.7.0.tar.gz.

File metadata

File hashes

Hashes for create_mountaineer_app-0.7.0.tar.gz
Algorithm Hash digest
SHA256 deab5af23031405ff50599fe8f35cd9cb497499d7077c20c25bde0eed5a1513c
MD5 17b0bad773dbc8f77a975a90bf30bb48
BLAKE2b-256 b571968f50cf7a04f4099c2c135ea7afe60c33bf697169b7c00cd68fedc34790

See more details on using hashes here.

File details

Details for the file create_mountaineer_app-0.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for create_mountaineer_app-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 19e9fc3093cedea2e30e8d8304a6d9a9979405300f7806ced775dff9376092f6
MD5 dc23fab17a5c01a675df38d0d65f9508
BLAKE2b-256 6b91aa58b43bfec57916c919bf734eb7374c3f738acd4174dc95dc2e4ad4fd61

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page