ubiquity-os / ubiquity-os-plugin-installer

A GUI to install UbiquityOS plugins.
0 stars 2 forks source link

Migrate repository to ts-template for better setup and consistency #5

Open jordan-ae opened 4 days ago

jordan-ae commented 4 days ago

Not sure if this repository was intentionally set up without the existing ts-template, but I think it would make things a lot easier and more uniform if it had been created using that template. The ts-template includes essential tests and workflows that we might need to rewrite here. It also tackles common issues like linting, pre-commit checks, and more.

While we could manually copy the template files into this repo, certain workflows—like the sync-template.yml would no longer work as intended.

Since very little has been done here so far, I suggest we recreate the repo using the ts-template and copy the existing changes over.

0x4007 commented 4 days ago

I don't wanna complicate this repo unless it's needed. Pieces of the template can be added later but I wouldn't consider it a priority

jordan-ae commented 3 days ago

Should I open a pull request setting up TS, es-build and Yarn or should I just implement #2 with the base you set for the project?

0x4007 commented 3 days ago

Not yet