mehulmpt / ps-extender

Extends functionality of PSD interface by adding controls for swapping rows quickly using the generated tools by the script
MIT License
33 stars 19 forks source link

Move scripts to typescript with a build process in between #7

Closed mehulmpt closed 1 year ago

mehulmpt commented 3 years ago

If you want to extend and build functionalities over top of this extension, you can convert the existing two files to TypeScript and include a build process in between to parse them back to JS for the chrome process to read.

We have the CI/CD pipeline setup already, therefore it will also fit nicely with the deploy.yml with a build process as a step