Use DataFrame
as a NodeJS
/npm
C++
addon
#286
Replies: 2 comments 6 replies
-
I am not familiar with npm packages etc. But exploring Conan and/or VCPKG is a good start. |
Beta Was this translation helpful? Give feedback.
-
I've been continously working on this and figured out how to set this up. I'll include a simple "Hello world" for what I have so far.
|
Beta Was this translation helpful? Give feedback.
-
Hello @hosseinmoein I wanted to thank you 👋 for all the work on this project.
I'm working on an
npm
package that would leverageDataFrame
do you have any experience with this? Maybe someone else can discuss.I am having some troubles with how to manage
DataFrame
as a dependency and include it in mynpm
package so that it builds when installed by users. Should I useconan
orvckpg
what scripts to include in mypackage.json
so the pacakge installsDataFrame
as a dependency and builds for users on install etc.Beta Was this translation helpful? Give feedback.
All reactions