You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose to further productize w4 by implementing a build command, that builds the project and downloads build tools if needed. Also, I would like to include this tool into the pipeline, to build templates and example to check if they are working.
Proposal
fixing templates
some templates are broken
fix guide
some templates are not in the guide
harmonize paths
harmonize paths where possible src, build/cart.wasm, update watch logic, generate deprecation notice for existing repos + info what to change to adhere to uniform paths
build script (draft)
create a build script to be used by GitHub actions
harmonize templates
some templates implement different logic
create test cases
create two tests for the templates, one with the start screen and one with x pressed to verify that they are working
create Contribution Guidelines for new templates
explain how to create a new template and how it fits in the structure
Move build logic from scripts to cli.js
create a proposal how w4 build would work and implement it
Bonus: Port everything to WASM
once everything is automated, we can think about how to do it in a browser & have a web IDE
The text was updated successfully, but these errors were encountered:
I'd like to propose to further productize w4 by implementing a
build
command, that builds the project and downloads build tools if needed. Also, I would like to include this tool into the pipeline, to build templates and example to check if they are working.Proposal
fixing templates
some templates are broken
fix guide
some templates are not in the guide
harmonize paths
harmonize paths where possible
src
,build/cart.wasm
, update watch logic, generate deprecation notice for existing repos + info what to change to adhere to uniform pathsbuild script (draft)
create a build script to be used by GitHub actions
harmonize templates
some templates implement different logic
create test cases
create two tests for the templates, one with the start screen and one with
x
pressed to verify that they are workingcreate Contribution Guidelines for new templates
explain how to create a new template and how it fits in the structure
Move build logic from scripts to
cli.js
create a proposal how
w4 build
would work and implement itBonus: Port everything to WASM
once everything is automated, we can think about how to do it in a browser & have a web IDE
The text was updated successfully, but these errors were encountered: