
# Tendril Directory Compiler

CLI tool for building `@quenk/tendril` projects.

## Installation
```sh
npm install @quenk/tdc
```

## Usage

```sh
Usage:
  main.js [options] [--no-recurse] [--no-start] [--ignore=PATH...] <module>

  Options:
  -h --help          Show this screen.
  --no-recurse       Disable recursive module generation.
  --no-start         Disable writing a start file at the root level.
  --ignore PATH      Ignore paths that match this expression.
  --version          Show version.
```

## License

Apache-2.0 © Quenk Technologies Limited 2019
