Skip to content
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

Javascript Usage #98

Open
childrentime opened this issue Oct 16, 2024 · 2 comments
Open

Javascript Usage #98

childrentime opened this issue Oct 16, 2024 · 2 comments
Labels
question Further information is requested

Comments

@childrentime
Copy link

I'd like to ask, does this library have a JavaScript usage? Because I might want to generate serialized output.

@QuiiBz
Copy link
Owner

QuiiBz commented Oct 16, 2024

I'm not sure to understand your question correctly. Sherif is distributed as a Rust binary, so you can invoke it pretty easily from a Node.js script. We do not have e.g. a WASM build or Node-API support.

I might want to generate serialized output.
Could you expand on that part what's the end goal?

@QuiiBz QuiiBz added the question Further information is requested label Oct 16, 2024
@childrentime
Copy link
Author

I want to run it on GitLab's CI/CD after code is pushed, and input a JSON file, so that the report can be seen on the merge request review interface. It's possible to execute it during git pre-commit, but it's not always reliable because people can skip it using -nv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants