task icon indicating copy to clipboard operation
task copied to clipboard

Suggestion: Publish task as an npm package

Open ath88 opened this issue 3 years ago • 0 comments

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?

ath88 avatar Sep 21 '22 09:09 ath88