Monorepo for my NX workspace plugins.
NX Workspace plugin for supabase local development using the Supabase CLI for local development.
The plugin abstracts the superbase CLI into nx commands and lets you integrate it seamlessly into your nx workspace workflow.
Please check the documentation at: libs/supabase/README.md
- Clone the repo
- Run
nvm useor use node version as written in.nvmrcfile. - Run
npm install
Globally installed node modules are not required, but it makes sense to install the NX Workspace CLI globally by running
npm install nx -g.