Skip to main content

Use Runfiles in your projects.

Project description

Run commands for your repo, easily.

runcli allows you to define a Runfile at the root of your repository, and then call that file from anywhere in your repo as a script using the command run. The rest is up to you!

See the github repo for the source code.

Installation

Install runcli with pip:

pip install runcli

Currently only linux is tested, but it should also work on Mac.

Quickstart

To use run, first write a Runfile in the root of some repository. The Runfile is just a script, and can be any script you like, for example:

#! /bin/bash

echo $1

Then, from anywhere in your repository call the Runfile script using the run command:

> run "hello, world!"
hello, world!

That’s all there is to it.

Contributing

Pull requests are welcome. All contributions should happen on the github repo.

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

runcli-0.0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

runcli-0.0.1-py2.py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 2 Python 3

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