Mono repository for packages related to the cling command line argument parser.
The repository uses yarn as a package manager along with lerna to manage the mono repository. To install your dependencies, run:
yarn install
Then, to bootstrap all packages, run:
yarn bootstrap
Happy hacking!