Hey there! Awesome app!
I was wondering if you'd be open publishing the src-shared code to a reusable npm package so it could be leveraged by other js/ts applications?
Specifically the search functionality would be extremely useful. I'd be willing to contribute this change, just wanted to open up a discussion before I made a PR.
Was thinking something like:
- Add a
package.json in the src-shared folder, or make a new folder and move all non electron code into the new package folder.
- Refactor any electron code (depending on step 1)
- Add a github action and documentation on publishing/versioning, I doubt it changes much could probably be manual?
Would be nice to have a little chorus encore js/sdk. Anyways, let me know your thoughts! Thanks!
Hey there! Awesome app!
I was wondering if you'd be open publishing the
src-sharedcode to a reusable npm package so it could be leveraged by other js/ts applications?Specifically the search functionality would be extremely useful. I'd be willing to contribute this change, just wanted to open up a discussion before I made a PR.
Was thinking something like:
package.jsonin thesrc-sharedfolder, or make a new folder and move all non electron code into the new package folder.Would be nice to have a little chorus encore js/sdk. Anyways, let me know your thoughts! Thanks!