8000 GitHub - tchia04/cli: Launchable CLI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tchia04/cli

 
 

Repository files navigation

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.

About

Launchable CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.6%
  • Java 2.2%
  • Dockerfile 0.2%
0