# launchable-cli **Repository Path**: mamh-mixed/launchable-cli ## Basic Information - **Project Name**: launchable-cli - **Description**: https://github.com/mamh-mixed/launchable-cli - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: ST-773 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-16 - **Last Updated**: 2025-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Usage See https://docs.launchableinc.com/cli-reference and https://docs.launchableinc.com/getting-started. # Development ## Preparation We recommend Pipenv ```shell pip install pipenv pipenv install --dev ``` ## Load development environment ```shell pipenv shell ``` ## Run tests ```shell pipenv run test ``` ## Add dependency ```shell pipenv install --dev some-what-module ``` # How to release Create new release on Github, then Github Actions automatically uploads the module to PyPI.