Skip to main content

Easily get started with a new Mountaineer project.

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.8.0.dev1.tar.gz (17.8 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file create_mountaineer_app-0.8.0.dev1.tar.gz.

File metadata

File hashes

Hashes for create_mountaineer_app-0.8.0.dev1.tar.gz
Algorithm Hash digest
SHA256 e109bcd68b2ff61bc95b1e585a21cc8672f011b796a0147808b7778773135fd5
MD5 5e99ec2a16647e708c9a125e40b249fe
BLAKE2b-256 c854ddde8206dc159da3173dd7ed0748daaacda083fcd0bfe1579d9b3ab8d91b

See more details on using hashes here.

Provenance

The following attestation bundles were made for create_mountaineer_app-0.8.0.dev1.tar.gz:

Publisher: test.yml on piercefreeman/mountaineer

Attestations:

File details

Details for the file create_mountaineer_app-0.8.0.dev1-py3-none-any.whl.

File metadata

File hashes

Hashes for create_mountaineer_app-0.8.0.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 ded62366ed4f8cab34377f12323749f28493b62c2f501e8fc98eabcab88bc694
MD5 d18c9881a0a087d42e9473d4d2cf77dc
BLAKE2b-256 b78f0dc4ba0ae753596f31904b2106947667a791464283adadb07ab143f0fcff

See more details on using hashes here.

Provenance

The following attestation bundles were made for create_mountaineer_app-0.8.0.dev1-py3-none-any.whl:

Publisher: test.yml on piercefreeman/mountaineer

Attestations:

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