Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add running scripts registered in the .bin folder #20

Open
bahmutov opened this issue Feb 3, 2016 · 1 comment
Open

Add running scripts registered in the .bin folder #20

bahmutov opened this issue Feb 3, 2016 · 1 comment

Comments

@bahmutov
Copy link
Owner

bahmutov commented Feb 3, 2016

To avoid using global scripts completely.
For example, imagine we install pm2 as a local dev dependency

npm i -D pm2
// how to run pm2?
node node_modules/.bin/pm2
// could be much better to run
nr pm2
@dsernst
Copy link

dsernst commented Feb 25, 2016

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

No branches or pull requests

2 participants