shama / napa

:wine_glass: A helper for installing stuff without a package.json with npm.
MIT License
412 stars 34 forks source link

Yarn integration: Is it possible? #74

Closed antongorodezkiy closed 7 years ago

antongorodezkiy commented 7 years ago

Hello @shama

First of all thank you for your package!

I'm trying to switch to https://yarnpkg.com/ from npm currently. ANd just curious is there a way to use napa package with yarn?

shama commented 7 years ago

Yep. Just replace npm with yarn in the instructions in the readme.

antongorodezkiy commented 7 years ago

Sure, I can install packages with napa and yarn with yarn install, but however napa packages are not written to the yarn.lock file unfortunately.

And I'm not sure is it possible to change it from the napa package side.