inductiveautomation / ignition-module-tools

Tools that help in the creation and development of Modules for Inductive Automation's Ignition.
49 stars 12 forks source link

Autogenerate files for a React gateway status/config page #15

Open grossm04 opened 3 years ago

grossm04 commented 3 years ago

Right now, you have to locate some src/main/javascript boilerplate files from another project, copy them in, and spend some time fiddling with them. And then you have to modify GatewayHook to use the correct built .js file. At the least, it would be nice to autogenerate a skeleton.jsx file, the index.js and model.js files, and any other needed files (package.json, webpack.config.js, etc).

PerryAJ commented 3 years ago

Definitely something I'd like to do, but will likely occur after (or with) adding support for perspective project generation, which itself is blocked on some internal work to update project structures and define best practice layout and toolchains.