hyperbrew / bolt-uxp

A lightning-fast boilerplate for building Adobe UXP Plugins in React, Svelte or Vue built on Vite + TypeScript + Sass
MIT License
29 stars 3 forks source link

CLI Starter #4

Closed justintaylor-dev closed 7 months ago

justintaylor-dev commented 8 months ago

Make a CLI starter like we have for Bolt CEP.

Options include:

I added ( // BOLT-UXP_SVELTE-ONLY, // BOLT-UXP_VUE-ONLY, and // BOLT-UXP_REACT-ONLY comments around.)

Also note the index.html will need to be updated with the right framework entrypoint

and the non-used framework specific files will need to be excluded image

I have framework-specific package.json files like before (e.g. package.react.json etc)

justintaylor-dev commented 7 months ago

yarn create bolt-uxp command is working