|
|
|
|
|
by JoeyDoey
1015 days ago
|
|
Author here! the project is super new. alpha, at best. Basically if you wanted to build browser extensions using modern stack, bedframe lets you do that. Specifically it uses Vite under the hood so you can write e.g. a chrome extension in e.g. React w/ TypeScript, Tailwind, and all that good stuff. I think the CLI readme has a bit more useful info: https://github.com/nyaggah/bedframe/tree/main/packages/cli The notable bit is the mvp.yml workflow you get in your project. It'll let you publish to chrome, firefox and edge automatically (ci/cd). > It's also very unclear what state this project is in. fair enough! Wanted to get something out there first; I'll get the docs out soon |
|