tasos-py / AES-Encryption-Classes

AES encryption in Python, PHP, C#, Java, C++, F#, Ruby, Scala, Node.js
MIT License
145 stars 58 forks source link

Example on how to add to my npm project? #3

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello! How can I add the javascript version to my npm project? Thanks!

tasos-py commented 3 years ago

Hi, I don't have much experience in building NPM packages, but adding git dependencies seems simple enough. Have you tried the methods described here git-urls-as-dependencies, github-urls?