-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Projen #362
Add Projen #362
Conversation
https://github.com/p6m7g8/awesome-projen Reviewed: #1794, #1823, #1980 This list provides the projen community a central place for reference patterns and use. `projen` is actually pretty important, it is used by several MAJOR opensource projects like: - CDK8s now in the Cloud Native Computing Foundation (CNCF) - CDKtf HashiCorp's terraform CDK - Armkit Community Driven Azure CDK - Constructs the AWS projects underpinning AWS CDK - Construct Cataloge the Open Source index of CDK Constructs There are already over 1,000 GitHub repos using projen and it was featured at CDK Day 2020. It will be featured again at CDK Day in 2021. This is a global community driven event attracting thousands. As projen itself is an NPM module it needs maintenance so this already includes dependabot, mergify, codecov, codeql, synk to keep it up to date without intervention. This list, based on p6-projen-project-awesome-list, is self updating too. All PRs also run npx awesome-lint automatically before allowing merge. I have gone to great lenghts to automate in code the requests in the pull_request_template. I am open to anything I missed.
@-sindresorhus on 2021-04-09 18:31 says: Thanks for making an Awesome list! 🙌 It looks like you didn't read the guidelines closely enough. I noticed multiple things that are not followed. Try going through the list point for point to ensure you follow it. I spent a lot of time creating the guidelines so I wouldn't have to comment on common mistakes, and rather spend my time improving Awesome. |
@-mat7ias on 2021-05-26 15:43 says: You missed an important step, hint: read the guidelines all the way through and you'll find the name of a 1 horned horse telling you what to do. |
readme.md
Outdated
@@ -332,6 +332,7 @@ | |||
- [FastAPI](https://github.com/mjhea0/awesome-fastapi#readme) - Python web app framework. | |||
- [CDK](https://github.com/kolomied/awesome-cdk#readme) - Open-source software development framework for defining cloud infrastructure in code. | |||
- [IAM](https://github.com/kdeldycke/awesome-iam#readme) - User accounts, authentication and authorization. | |||
- [Projen](https://github.com/p6m7g8/awesome-projen#readme) - Open-source; define and maintain complex project configuration through code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@-morinted on 2021-04-10 00:35 says: I'm not sure that the semicolon really makes sense here. You're probably better off with something like:
- [Projen](https://github.com/p6m7g8/awesome-projen#readme) - Open-source; define and maintain complex project configuration through code. | |
- [Projen](https://github.com/p6m7g8/awesome-projen#readme) - Define and maintain complex project configuration through code. |
Pull request from @pgollucci.
https://github.com/p6m7g8/awesome-projen
Reviewed: sindresorhus/awesome#1794, sindresorhus/awesome#1823, sindresorhus/awesome#1980
This list provides the projen community a central place for reference patterns and use.
projen
is actually pretty important, it is used by several MAJOR opensource projects like:There are already over 1,000 GitHub repos using projen and it was featured at CDK Day 2020.
It will be featured again at CDK Day in 2021. This is a global community driven event attracting
thousands.
As projen itself is an NPM module it needs maintenance so this already includes
dependabot, mergify, codecov, codeql, synk to keep it up to date without intervention.
This list, based on p6-projen-project-awesome-list, is self updating too.
All PRs also run npx awesome-lint automatically before allowing merge.
I have gone to great lenghts to automate in code the requests in the pull_request_template.
I am open to anything I missed.