Skip to content

Latest commit

 

History

History
98 lines (92 loc) · 4.89 KB

README.md

File metadata and controls

98 lines (92 loc) · 4.89 KB

License Gitpod ready-to-code build release docker npm version PyPI version NuGet version

Part2 (CDK App)

License Gitpod ready-to-code build

License Gitpod ready-to-code build

Part 1

projen-cdk-tutorial-part-1

Steps

1- Add Github Secrets

TWINE_USERNAME
TWINE_PASSWORD
NPM_TOKEN
NUGET_API_KEY
MAVEN_USERNAME
MAVEN_PASSWORD
MAVEN_STAGING_PROFILE_ID
MAVEN_GPG_PRIVATE_KEY
MAVEN_GPG_PRIVATE_KEY_PASSPHRASE

2- Create Project locally or launch using Gitpod

mkdir projen-cdk-tutorial-part-1
cd projen-cdk-tutorial-part-1
code .
alias pj="npx projen"
pj new awscdk-construct

3- Configure Project

Add your code to .projenrc, This is the only file that will be modified. During projen it will scaffold your whole project including what you are reading right now ! :)

4- Execute projen

pj

5- Commit & Push

git add .
git commit -m "Commit"
git push

projen-cdk-tutorial-part-1-build

projen-cdk-tutorial-part-1-release

License

The Apache-2.0 license

References