File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# concurrently
2
2
3
- [ ![ Latest Version ] ( https://img.shields.io/github/v/release/open-cli-tools/concurrently?label=Version )] ( https://github.com/open-cli-tools/concurrently/releases )
3
+ [ ![ Latest Release ] ( https://img.shields.io/github/v/release/open-cli-tools/concurrently?label=Release )] ( https://github.com/open-cli-tools/concurrently/releases )
4
4
[ ![ License] ( https://img.shields.io/github/license/open-cli-tools/concurrently?label=License )] ( ./LICENSE )
5
- [ ![ Weekly Downloads] ( https://img.shields.io/npm/dw/concurrently?label=Downloads&logo=npm )] ( https://www.npmjs.com/package/concurrently )
6
- [ ![ CI] ( https://img.shields.io/github/workflow/status/open-cli-tools/concurrently/CI?label=CI&logo=github )] ( https://github.com/open-cli-tools/concurrently/actions/workflows/ci.yml )
7
- [ ![ Coverage] ( https://img.shields.io/coveralls/github/open-cli-tools/concurrently/main?label=Coverage&logo=coveralls )] ( https://coveralls.io/github/open-cli-tools/concurrently?branch=main )
5
+ [ ![ Weekly Downloads on NPM ] ( https://img.shields.io/npm/dw/concurrently?label=Downloads&logo=npm )] ( https://www.npmjs.com/package/concurrently )
6
+ [ ![ CI Status ] ( https://img.shields.io/github/workflow/status/open-cli-tools/concurrently/CI?label=CI&logo=github )] ( https://github.com/open-cli-tools/concurrently/actions/workflows/ci.yml )
7
+ [ ![ Coverage Status ] ( https://img.shields.io/coveralls/github/open-cli-tools/concurrently/main?label=Coverage&logo=coveralls )] ( https://coveralls.io/github/open-cli-tools/concurrently?branch=main )
8
8
9
9
Run multiple commands concurrently.
10
10
Like ` npm run watch-js & npm run watch-less ` but better.
You can’t perform that action at this time.
0 commit comments