SimonAlling / userscripter

Create userscripts in a breeze!
https://www.npmjs.com/package/userscripter
MIT License
100 stars 10 forks source link

Test bootstrapping (`userscripter init`) in CI #33

Closed SimonAlling closed 3 years ago

SimonAlling commented 3 years ago

Thanks to #31, I noticed that we weren't testing the bootstrapping/init feature at all. This PR should make sure that the userscripter binary can be installed globally and that we at least always generate a userscript that can be built.

Resolves #32.