canva-public / js2nix

Node.js modules installation using Nix
MIT License
63 stars 14 forks source link

fix: add package description #17

Open blaggacao opened 1 year ago

blaggacao commented 1 year ago

fix #16

However, there may be actually more elegant ways to do that as part of buildNodeModule based on some available metadata from package.json & co...

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

olebedev commented 1 year ago

However, there may be actually more elegant ways to do that as part of buildNodeModule based on some available metadata from package.json & co...

Hello! I recommend automating the annotation process for any package, rather than performing it manually for the js2nix package. Would you be open to trying this approach as submit a PR? :)

blaggacao commented 1 year ago

Would you be open to trying this approach as submit a PR? :)

Yep, I can give it a shot tomorrow:-)