Matheus Paiva
Matheus Paiva
Hi, First of all, congratulations on the good work. I'm using Melody and loving it :smile:. It would be nice if melody supported "scripts" likewise npm does with `npm run`....
I already have a repository with a properly `Melody.toml` and `Melody.lock` and I've been using it without any issues. But turns out that today I ran a `melody install` and...
For automatic updates each new version of the application, a updater module is necessary. To implement it, I'm thinking create it from the zero. I saw the [node-webkit-updater](https://www.npmjs.com/package/node-webkit-updater) but it...