vt-optimizer
vt-optimizer copied to clipboard
Publish on NPM
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=16386in 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 ...
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.