https://github.com/johanneskonings/projen-own-batteries
Use your own batteries for projen
https://github.com/johanneskonings/projen-own-batteries
projen scaffolding
Last synced: 8 months ago
JSON representation
Use your own batteries for projen
- Host: GitHub
- URL: https://github.com/johanneskonings/projen-own-batteries
- Owner: JohannesKonings
- License: apache-2.0
- Created: 2024-06-02T17:04:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-21T17:17:21.000Z (about 1 year ago)
- Last Synced: 2024-10-15T20:37:55.589Z (about 1 year ago)
- Topics: projen, scaffolding
- Language: TypeScript
- Homepage:
- Size: 493 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# projen-own-batteries
[projen](https://github.com/projen/projen) comes with batteries included, which is very helpfull to get started with a new project and benefit from the updates of projen. This is than a kind of all in especcially with the maintenance of the dependencies and the `package.json` file.
For some cases you want to start small "only" with the file generation functionality of projen. This repo is and example how to add your own components to generating files mainly for repo management (eslint, prettier, ...).
The main target is to have the decisions how the downstream repos will look like baked into this project and use as less parameters as possible.
Three repo type are targeted:
- typescript
- frontend (react)
- cdk
## components
Following components are available
### sops
Details [here](./src/components/sops/README.md)