buttplugio / buttplug-js

Buttplug Typescript/Javascript Client Implementation
https://buttplug.io
BSD 3-Clause "New" or "Revised" License
128 stars 18 forks source link

[Feature request] NPM Publish CI & use bundler #267

Open FurryR opened 8 months ago

FurryR commented 8 months ago

What is it?

  1. Add an workflow apply on master branch for auto publish. By that we can publish the library to npm automatically.
  2. Use bundler like tsup or webpack instead of tsc for faster compiling speed.
  3. IIFE importing support.

Talk is cheap, show me the code!

I partially implemented it (workflow excluded) in #268.