Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@saji/run

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saji/run

Task runner with interactive selection.

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

@saji/run

Task runner with interactive selection.

Run in directory with tasks.tsv or with TASKS_TSV environment variable set. Falls back to using npm scripts. Use tab to select multiple tasks. Type to search. Enter to select. Tasks TSV columns are:

  • Task name (e.g. Build)
  • Task colour, used if running task in parallel outside tmux (e.g. green)
  • Command to run (e.g. make)

You can specify “seq“ instead of colour, these tasks will run in sequence before all parallel tasks, in order chosen by the user. To specify task presents use:

  • Present name (e.g. Build & Run)
  • A word “preset“
  • Names of the tasks to run, separated by “+” (e.g. Install + Build + Run)

Use #, ; or // for comments.

Code of conduct

We have adapted Contributor Covenant.

License

Licensed under ISC.

FAQs

Package last updated on 17 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts