You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have several node.js projects where we would love to use task as our task runner. But - that would require every developer to install task on their local development host. Usually we include development dependencies in the package.json-file of our projects. There are tools we can't install this way, such as docker, but it'll be an easier sell in the team if we can just add it into our existing dependency list.
There are tools that makes it easy to publish go binaries to npm packages while still handling cross-platform issues, such as https://github.com/sanathkr/go-npm.
Would you be open to do this?
The text was updated successfully, but these errors were encountered:
Hello there,
We have several node.js projects where we would love to use task as our task runner. But - that would require every developer to install task on their local development host. Usually we include development dependencies in the
package.json
-file of our projects. There are tools we can't install this way, such as docker, but it'll be an easier sell in the team if we can just add it into our existing dependency list.There are tools that makes it easy to publish go binaries to npm packages while still handling cross-platform issues, such as https://github.com/sanathkr/go-npm.
Would you be open to do this?
The text was updated successfully, but these errors were encountered: