cbsetup
A node tool to automate the creation of CodeBuild projects for the BYU Apps Custom team.
Before use
This tool is distributed in a private package on npm. To use it, you will need Node and npm on your machine. You can find install instructions on the NodeJS website. Then run npm i -g @byu-oit/cbsetup
to install the script.
How to use
Login to AWS using awslogin
. Choose the account that you want to setup your CodeBuild project in. Then run cbsetup
and follow the prompts. If you get a command not found
error, be sure globally installed node binaries are in your system's PATH. You will be asked for a GitHub token to give the script access to the BYU OIT GitHub organization.