Skip to content

simonlovesyou/cling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@cling Github lerna version

Mono repository for packages related to the cling command line argument parser.

Contributing

Setup

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!