sst/sst
Fork: 1665 Star: 22019 (更新于 2024-11-18 02:35:57)
license: MIT
Language: TypeScript .
Build full-stack apps on your own infrastructure.
最后发布版本: v2.43.7 ( 2024-08-28 00:37:14)
Build full-stack apps on your own infrastructure.
SST v3 uses a new engine for deploying SST apps. It uses Pulumi and Terraform, as opposed to CDK and CloudFormation. Read the full announcement here.
Installation
If you are using SST as a part of your Node project, we recommend installing it locally.
npm install sst
If you are not using Node, you can install the CLI globally.
curl -fsSL https://sst.dev/install | bash
To install a specific version.
curl -fsSL https://sst.dev/install | VERSION=0.0.403 bash
To use a package manager, check out our docs.
Manually
Download the pre-compiled binaries from the releases page and copy to the desired location.
Get Started
Get started with your favorite framework:
Learn More
Learn more about some of the key concepts:
Contributing
Here's how you can contribute:
- Help us improve our docs
- Find a bug? Open an issue
- Feature request? Submit a PR
Running Locally
- Clone the repo
-
bun install
-
go mod tidy
-
cd platform && bun run build
Now you can run the CLI locally on any of the examples/
apps.
cd examples/aws-api
go run ../../cmd/sst <command>
If you want to build the CLI, you can run go build ./cmd/sst
from the root. This will create a
sst
binary that you can use.
最近版本更新:(数据更新于 2024-10-02 09:31:23)
2024-08-28 00:37:14 v2.43.7
2024-08-17 03:25:55 v2.43.6
2024-08-17 03:16:03 v2.43.5
2024-07-12 04:13:56 v2.43.4
2024-06-25 02:43:58 v2.43.3
2024-06-18 07:52:50 v2.43.2
2024-06-12 07:46:21 v2.43.1
2024-05-31 23:00:45 v2.43.0
2024-05-19 03:52:54 v2.42.0
2024-04-28 00:28:31 v2.41.5
sst/sst同语言 TypeScript最近更新仓库
2024-11-23 21:18:28 MetaCubeX/metacubexd
2024-11-23 12:44:19 clash-verge-rev/clash-verge-rev
2024-11-23 10:05:04 continuedev/continue
2024-11-23 06:05:56 RSSNext/Follow
2024-11-23 02:27:31 microsoft/TypeScript
2024-11-23 00:25:37 siyuan-note/siyuan