-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I use this package? #9
Comments
That's a good point, i'll see whether I can add a full fledged example.
|
There was no documentation on this. We need should add those.
I think a minimal test is very important. Otherwise, it is always hard to change anything on the codebase.
That is not very hard to make. We can work on this.
I don't really need two builds at the same time, but I don't want to edit package.json. Maybe a flag should be passed to the CLI to specify the build type instead of the package.json entry
This also allows testing both build types in the CI.
Supporting N-api is very important. Without that, I cannot use CMake-ts. It is highly recommended to use N-api instead of NAN. |
Agree on the first points, I like the build type override. Unfortunately, nan is a bit hardwired at the moment, that's something we need to make more pluggable. |
I have an N-API library called Zadeh. I wanted to transfer this to Cmake-ts. |
I added NAPI support in #14. Although I have not tested it yet. If you can first try your NAN package with this branch, it would be great. Then, if it was working, I will go ahead and transfer Zadeh (which uses node-addon-api) to Cmake-ts. |
I'll try it, looks good at first sight. |
@martin31821 Any news? Were you able to test #14? If you can add one of the Cmake file examples you showed me in our meeting to the repository, it would be awesome. This also helps me to continue the development of this repository. |
A year later, I am still searching for a usage example. |
same here, pls help me. i want to migrate from cmake-js to cmake-ts |
Hey @martin31821, I am still interested in making cmake-ts a successful project. I see that the project is unmaintained. Would you be interested in adding me as a maintainer? I have managed to make a fully working example for zeromq.js. Take a look here: |
Hi,
I have, as of now, unfortunately not the energy or time to invest more into this
project. If you'd like to take over, I can transfer the project to you.
Best
|
@martin31821 Sure, I'd be happy to help maintain this package. Now zeromq.js is relying on this. Note that there's no need to transfer. I can continue the progress here if you send me an invitation to the repository. |
@aminya i've invited you for maintainer access - I'll close this. |
Thanks for the invitation! I will start merging the patches. |
I wanted to use this package, but I have a couple of questions:
prebuildify
orprebuild-install
for this package?N-API
? The configuration in the readme uses NAN.I was going to start a similar project, but I saw this repository. I think it has very good potential, and if we can solve the above questions, I will start to use it for a couple of native packages. I can help with the development of this repository!
The text was updated successfully, but these errors were encountered: