osmosis-labs / beaker

Beaker helps streamlining CosmWasm development workflow.
Apache License 2.0
106 stars 30 forks source link

Make Beaker js an npm package #101

Open iboss-ptk opened 2 years ago

iboss-ptk commented 2 years ago

Currently ts codegen / console are in ts land, which is now require non-scoped execution and polluted scripts in ts/sdk directory. It might make sense to package beaker as js lib that contains codegen logic wrapper and integrate nicely with beaker console, keep these logics in js land.