Skip to main content

CLI tool to run scipts

Project description

PyPI version

jif

jif is a small CLI tool to store and run bash scripts. Inspired by npm run.

Usage

  1. Create a jif file (jif.json or jif.yml).
  2. Add a scripts object. E.g.
{
  "start": "python app.py",
  "lint": "black myapp"
}

or

start: python app.py
lint: black myapp
  1. Use jif to run your scripts. E.g. jif start, jif lint

  2. Profit???

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

jif-2.0.0.tar.gz (2.3 kB view hashes)

Uploaded Source

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