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 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.1.4.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

create_mountaineer_app-0.1.4-py3-none-any.whl (24.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for create_mountaineer_app-0.1.4.tar.gz
Algorithm Hash digest
SHA256 ecf3f41ab5d29c97821e517ca7c0d84a31630ece352c84ab1885d80d143391d3
MD5 91b14bae3b5913909416b065b677cdd3
BLAKE2b-256 edf1487a360ac94be27575985c0c5ddc5544ee1ea0f95a0adfdb0878a27802ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for create_mountaineer_app-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 cdc6dc7bb93cd391e2d8da5725d49f15b1b3e90da3a9b88ee255c10e839ccf42
MD5 726d3b3f82da07fc762d630f40737b96
BLAKE2b-256 1d080e339f0a1e03175ab849fe15c71c1b87096699aa73816f56e0a121d346e0

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