vt-optimizer icon indicating copy to clipboard operation
vt-optimizer copied to clipboard

Publish on NPM

Open stevage opened this issue 6 years ago • 1 comments

It would be much more convenient to use this tool with a little bit of packaging effort:

  • [ ] Publish on NPM
  • [ ] Put --max-old-space-size=16386 in the shebang at the top of index.js
  • [ ] Update the doco to show that the way to use is: yarn global add vt-optimizer; vt-optimizer ...

stevage avatar Jan 14 '20 19:01 stevage

It might look like a big task but it can be done with one command. Try to run

npx np

More info at https://github.com/sindresorhus/np

Feel free to post any issues here and we walk you through.

RobertSasak avatar Apr 30 '23 07:04 RobertSasak