FuelLabs / fuels-ts

Fuel Network Typescript SDK
https://docs.fuel.network/docs/fuels-ts/
Apache License 2.0
44.05k stars 1.35k forks source link

Consider moving templates and demos to their repo #3132

Open arboleya opened 1 month ago

arboleya commented 1 month ago

Should we consider externalizing templates and/or demos to reduce the repo bloat?

We could integrate something via CI to ensure they are up-to-date and compiling.

nedsalk commented 1 month ago

The demo-* projects haven't been touched in a long time while the templates are under a lot of development currently. Perhaps moving just the demos while keeping the templates in the repo until development slows down there?

danielbate commented 1 month ago

+1 for keeping templates inside the SDK, they are quite closely tied to the CLI tool.

petertonysmith94 commented 1 month ago

The demo-* projects haven't been touched in a long time while the templates are under a lot of development currently. Perhaps moving just the demos while keeping the templates in the repo until development slows down there?

I agree with this, templates should stay within the repo for now.