Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkershner6/projen-constructs
Helpful Open Source Projen Constructs
https://github.com/dkershner6/projen-constructs
Last synced: 29 days ago
JSON representation
Helpful Open Source Projen Constructs
- Host: GitHub
- URL: https://github.com/dkershner6/projen-constructs
- Owner: dkershner6
- License: apache-2.0
- Created: 2023-12-23T17:00:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T00:41:02.000Z (about 1 month ago)
- Last Synced: 2024-10-17T03:27:41.059Z (about 1 month ago)
- Language: TypeScript
- Size: 2.32 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# projen-constructs
Helpful Open Source Projen Constructs
There are several packages contained within, organized by the Construct they produce or help with.
# 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.