To install starter dependencies and get started
./initStarter.sh
afterwards you'll have everything setup with the latest goodies :)
To run tests
npm test
To run locally
npm start
To dev locally (watching mode)
npm run dev
Transpile TS files into JS files saved to the distJs folder
npm run makeJs
To login to PCF One
./pcfOneLogin.sh [email protected]
To push to PCF and inject git commit and cf push timestamp into the env vars
./pcfPush.sh