sezna / nps

NPM Package Scripts -- All the benefits of npm scripts without the cost of a bloated package.json and limits of json
MIT License
1.43k stars 93 forks source link

How can I add nps-utils to .npsrc? #225

Closed dc165015 closed 3 years ago

dc165015 commented 3 years ago

I am a newcomer. I tried to use concurrent in package-scripts.yml, then it came with concurrent not found Then I tried to required it in .npsrc, but I don't know how. I installed nps, nps-i, nps-utils globally, and put .npsrc in user home folder ~. The file is like the following:

{ "require":"$NODE_PATH/nps-utils" }

I googled a lot to try to find an example but failed.

Though nps is great and brought a lot convenience, could you pls add some document on this?