Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Improvements in displaying npm run-script list #7463

Closed
watilde opened this issue Feb 26, 2015 · 3 comments
Closed

Improvements in displaying npm run-script list #7463

watilde opened this issue Feb 26, 2015 · 3 comments

Comments

@watilde
Copy link
Contributor

watilde commented Feb 26, 2015

This is a feature request to improvement in displaying npm run-script list. Currently display npm scripts list example:

Available scripts in the npm package:
  bar
    node bar.js
  foo
    node foo.js
  start
    node server.js
  test
    node test.js

I’d like to split them in scripts or run-scripts:

Available scripts that's in the npm package:
  start
    node server.js
  test
    node test.js

with run-script:
  bar
    node bar.js
  foo
    node foo.js

Thanks.

@othiym23
Copy link
Contributor

This seems like a simple and useful usability improvement. Would you like to take a swing at assembling a pull request, @watilde? I don't think the npm core team will have time to get to this anytime soon.

@watilde
Copy link
Contributor Author

watilde commented Feb 26, 2015

I see, thanks for your comment @othiym23 ! I really would like to create a pull reqeust so I'll do that soon:)

@othiym23
Copy link
Contributor

Closing in favor of #7464. Looking good!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants