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.3.2.dev4.tar.gz (17.3 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file create_mountaineer_app-0.3.2.dev4.tar.gz.

File metadata

File hashes

Hashes for create_mountaineer_app-0.3.2.dev4.tar.gz
Algorithm Hash digest
SHA256 d57d4caf7d163a539b3f57e27728d4290056bb94d1ec4bb3651eaf0ce81ecba6
MD5 aad76eb817a8283d4161effa956ef5dc
BLAKE2b-256 3b9326b418acf6fd029b1a581a769b16c3cffc5c9f1ab82bec1eed950faccc94

See more details on using hashes here.

File details

Details for the file create_mountaineer_app-0.3.2.dev4-py3-none-any.whl.

File metadata

File hashes

Hashes for create_mountaineer_app-0.3.2.dev4-py3-none-any.whl
Algorithm Hash digest
SHA256 7352beb42a1cecce6b38e0143a1abc6de61d6e4b477ef84e851cc6dee6568d3e
MD5 ff0d36b4df2c4b96f218e3d53099554e
BLAKE2b-256 23254af74e69fc467a1c75430820cfc9edfeb4a9947aa324cb7e807c685d8504

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