# catl-cli
| [![Build Status](https://travis-ci.org/catl/cli.svg?branch=master)](https://travis-ci.org/catl/cli) | [![Coverage Status](https://coveralls.io/repos/catl/cli/badge.svg?branch=master&service=github)](https://coveralls.io/github/catl/cli?branch=master) | [![Dependency Status](https://david-dm.org/catl/cli/master.svg)](https://david-dm.org/catl/cli/master) | [![devDependency Status](https://david-dm.org/catl/cli/master/dev-status.svg)](https://david-dm.org/catl/cli/master#info=devDependencies) | [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) |
| --- | --- | --- | --- | --- |

[![NPM](https://nodei.co/npm/catl-cli.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/catl-cli/)
[![NPM](https://nodei.co/npm/catl.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/catl/)



## Install

```bash
npm install -g catl-cli

cd your-module
catl-cli setup
```

![dialogue](https://cloud.githubusercontent.com/assets/908178/8766357/f3eadaca-2e34-11e5-8ebb-d40b9ae613d7.png)

## Options

	Usage:
	  catl-cli setup [options]

	Options:
	  -h --help           Show this screen.
	  -v --version        Show version.
	  --[no-]keychain     Use keychain to get passwords [default: true].
	  --ask-for-passwords Ask for the passwords even if passwords are stored [default: false].
	  --tag=<String>      npm tag to install [default: 'latest'].

	Aliases:
	  init                 setup
