redwoodjs-stripe icon indicating copy to clipboard operation
redwoodjs-stripe copied to clipboard

API wishlist: Setup plugin from app

Open chrisvdm opened this issue 2 years ago • 0 comments

Be able to install and setup a plugin via rw commands. Something like

yarn rw setup plugin stripe

Searches registry for package prefixed with redwoodjs- and ending with stripe, i.e. redwoodjs-stripe then searches for a setup script or a some file with setup instructions( register functions, add schemas, add services etc)

chrisvdm avatar May 25 '22 10:05 chrisvdm