-
Notifications
You must be signed in to change notification settings - Fork 611
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
Expose as npm package #754
Comments
Dec 2022. This is coming along pretty well now. The core generation code has been refactored to separate the web worker code from the web workers themselves, so we can provide an alternative interface for the same functionality for node. However, all plugins will also need to be updated. I'm going to take a little break to focus on a different project for a little bit, but will be back to focus on this soon. |
Going well, but slow! The actual npm package will be bumped to 4.2. 4.1 ended up being prep-work and includes a few other minor things I need to get out before the final npm package. |
This is finally picking up pace. The basic stuff is working now: you can generate data in any format. I settled on Currently I'm working through each DT and ET one at a time to confirm they're generating properly, then I'll turn to the more advanced scenarios like ensuring mapping between rows. Then finally I'll be updating the UI to generate the data config files. |
This ended up being put on pause for - holy cow - 2 whole years. Returning to it now. |
High level steps:
The text was updated successfully, but these errors were encountered: