dkershner6-projen-sst-app
Version:
DKershner's preferred constructs for Projen SST Apps.
33 lines (19 loc) • 791 B
Markdown
# dkershner6-projen-sst-app
DKershner's preferred constructs for Projen SST Apps.
## Docs
See [dkershner6-projen-sst-app API Docs](docs/modules.md)
## Usage
Install the module:
```typescript
devDeps: ["dkershner6-projen-sst-app"]
```
Import into your code:
```typescript
import { WhateverConstruct } from "dkershner6-projen-sst-app";
```
# Contributing
Contributions welcome!
This monorepo uses the AWS PDK, which is just a wrapper around projen. To get started, in the root, run `pnpm i` to install everything.
Then, you can handle things normally with projen, or you can use the PDK CLI instead, which is essentially the same thing. You can install globally or use `npx pdk` as per normal.
## License
This project is licensed under the terms of the [MIT License](LICENSE.md).