An Nx plugin which provides support for Serverless Stack (SST) apps. Copied from otterdev-io/plugins and adapted for SST v2.
The plugin works with SST v3 as well, but cannot yet generate an application.
npm
npm install @berenddeboer/nx-sstpnpm
pnpm i @berenddeboer/nx-sstyarn
yarn add @berenddeboer/nx-sstbun
bun add @berenddeboer/nx-sstnx g @berenddeboer/nx-sst:app <app name>All SST commands are supported.
To see all options:
npx nx g @berenddeboer/nx-sst:app --helpFor example, if your project is named app:
nx run app:dev or nx dev app
nx run app:deploy
nx run app:deploy --stage=production