You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 withstripe
, i.e.redwoodjs-stripe
then searches for a
setup
script or a some file with setup instructions( register functions, add schemas, add services etc)The text was updated successfully, but these errors were encountered: