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

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.2.dev6.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file create_mountaineer_app-0.1.2.dev6.tar.gz.

File metadata

File hashes

Hashes for create_mountaineer_app-0.1.2.dev6.tar.gz
Algorithm Hash digest
SHA256 e593ce3bc241c0cc12225d809c8e726cd87e4336a2c540632c9d3844eb85d3c1
MD5 c293ddc2b18cf96b08a5592c51f00143
BLAKE2b-256 54ea87500df3015651a97091c3099a6a1a327828534c7f87a1529ce70d3180b6

See more details on using hashes here.

File details

Details for the file create_mountaineer_app-0.1.2.dev6-py3-none-any.whl.

File metadata

File hashes

Hashes for create_mountaineer_app-0.1.2.dev6-py3-none-any.whl
Algorithm Hash digest
SHA256 52b26aa147f6982cbd4b6a53cf9a5940c985e57d8c0a9f5b627ee30f6bcc17bb
MD5 f95a782ad2b3968620a7875043b4dc87
BLAKE2b-256 501534452e01ff8860d8b36f3ec4bece5801c8baa35f8287bc6c740f3d3e4a3f

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