@berenddeboer/nx-sst
TypeScript icon, indicating that this package has built-in type declarations

0.13.5 • Public • Published

nx-sst

An Nx plugin which provides support for Serverless Stack (SST) apps. Copied from otterdev-io/plugins and adapted for SST v2.

Add the plugin to your workspace:

npm install @berenddeboer/nx-sst

Create a typescript sst app:

nx g @berenddeboer/nx-sst:app <app name>

All SST commands are supported.

To see all options:

npx nx g @berenddeboer/nx-sst:app --help

Local debugging

For example, if your project is named app:

nx run app:dev or nx dev app

Deploy

nx run app:deploy

Deploy to a stage

nx run app:deploy --stage=production

Readme

Keywords

Package Sidebar

Install

npm i @berenddeboer/nx-sst

Weekly Downloads

580

Version

0.13.5

License

MIT

Unpacked Size

32.9 kB

Total Files

41

Last publish

Collaborators

  • berenddeboer