Skip to content

Files

Latest commit

b0aa250 · Apr 12, 2021

History

History
30 lines (24 loc) · 576 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 576 Bytes

Usage

See https://docs.launchableinc.com/cli-reference and https://docs.launchableinc.com/getting-started.

Development

Preparation

We recommend Pipenv

pip install pipenv
pipenv install --dev

If you mess up your local pipenv, pipenv --rm will revert the operation above.

Load development environment

pipenv shell

Run tests

pipenv run test

Add dependency

pipenv install --dev some-what-module

How to release

Create new release on Github, then Github Actions automatically uploads the module to PyPI.