Skip to main content

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 new

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 new --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.1.0.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

create_mountaineer_app-0.1.0-py3-none-any.whl (22.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: create_mountaineer_app-0.1.0.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.11.2 Darwin/23.3.0

File hashes

Hashes for create_mountaineer_app-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5a62706bcb870d3e18fe4e5a05e9660256e0c4a5e60b2da220a3ca6f80946a34
MD5 d5ab35330c7e317de1c4df995996a730
BLAKE2b-256 c569ced071807805c7e41a30493af8ecfb071068ed89ed4edbebce74a98fa3f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for create_mountaineer_app-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ecc31488b4f88df7c062ed3cce3a267a535730c1083b91509625ce07697ee616
MD5 32e8c4ee79c298e8ba902dfe9c1f5f34
BLAKE2b-256 ceee606fba6a0b977e953ece36547e32c864440d08c510541f9bf238bee547cd

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