Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 823 Bytes

npm-run-all.md

File metadata and controls

31 lines (19 loc) · 823 Bytes

npm-run-all

npm-run-all is no longer maintained. Lighter, actively maintained alternatives exist.

Alternatives

wireit

Provides a clean way to manage your npm scripts, offering parallelisation, file watching, and more.

Project Page npm

npm-run-all2

A direct fork of npm-run-all with much of the dependency tree cleaned up.

It can be used as a drop-in replacement as it provides the exact same binaries as the original.

Project Page npm

concurrently

Very similar concept to npm-run-all which is actively maintained.

Project Page npm