Run multiple commands concurrently. Like npm run watch-js & npm run watch-less but better. Table of Contents concurrently Why Installation Usage API concurrently(commands[, options]) Command CloseEvent FAQ I like task automation with npm but the usual way to run multiple commands concurrently is npm run watch-js & npm run watch-css. That's fine but it's hard to keep on track of different outputs.
