
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A modern CLI multiplexer for running, grouping, and managing project scripts with style.
A developer-centric script runner & task orchestrator for modern monorepos.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
scriptlane is a next-generation CLI tool for developers and teams who want full control and a beautiful experience when running and organizing scripts across projects.
Whether you need a better workflow than npm run, want to orchestrate multiple scripts in parallel, or prefer a robust TUI for scripts in your monorepo—scriptlane has you covered.
scripts.config.ts for full flexibility (no more JSON lock-in).scriptlane -s "build"package.json scripts out of the box, supports merging with custom config.Global installation
npm install -g scriptlane
Global instalation
npm install --save-dev scriptlane
or use with npx (no install)
npx scriptlane
import type { ScriptsConfiguration } from 'scriptlane';
const scripts: ScriptsConfiguration = {
Build: { cmd: 'npm run build', group: 'Frontend', description: 'Build frontend' },
Test: { cmd: 'npm run test', group: 'CI', description: 'Run tests' },
};
export default scripts;
npx scriptlane
npx scriptlane
npx scriptlane -s "Build" # Command name or alias
| Flag | Description |
|---|---|
| -c, --config | Path to custom scripts config file |
| -d, --debug | Enable debug logging |
| -p, --preset | Theme preset for the CLI |
| -hs, --hide-scripts | Hide package.json scripts |
| -s, --script | Run a specific script by alias/name and exit |
| -h, --help | Show help |
For more examples, see the documentation
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the Unlicense License. See LICENSE.txt for more information.
Your Name - @galfrevn - galfre.vn@gmail.com
Project Link: https://github.com/galfrevn/scriptlane
FAQs
A modern CLI multiplexer for running, grouping, and managing project scripts with style.
We found that scriptlane demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.