Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 493 Bytes

File metadata and controls

24 lines (14 loc) · 493 Bytes

cdktf-gihtub-provisioner

This is a cdktf app that handles github repositories, groups, users and repository files.

development

1. Create .env file

  1. To install internal npm packages from @prefapp, you´ll need to create a Github PAT with packages:read permission.
NPM_AUTH_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxx 

2. Initialize project

make init
make test

image