# varg.ss A template for defining dynamic arguments procedure. ## Usage Refer to [docs/usage.md](docs/usage.md) ## Installation This is a chicken scheme egg, installation need to run by chichen scheme tools. ``` chicken-install -s varg ``` And it is recommended to run test while install: ``` chicken-install -s -test varg ``` To install locally, clone this git repository and update submodules : ``` git submodule update --remote --init --recursive ``` and then run the install command in the root path : ``` chicken-install -s -l . ``` ## Development Refer to [docs/dev.md](docs/dev.md)