> For the complete documentation index, see [llms.txt](https://ddot.gitbook.io/cli/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ddot.gitbook.io/cli/master.md).

# Read Me

[![NPM version](https://img.shields.io/npm/v/@ddot/ddot-cli.svg?style=flat)](https://npmjs.org/package/@ddot/ddot-cli) [![Build Status](https://img.shields.io/travis/Jetsly/ddot.svg?style=flat)](https://travis-ci.org/Jetsly/ddot) [![NPM downloads](http://img.shields.io/npm/dm/@ddot/ddot-cli.svg?style=flat)](https://npmjs.org/package/@ddot/ddot-cli)

🌋 A lightweight registry command framework。

## Features

## Getting Started

```bash
# Create application
$ mkdir myapp && cd myapp && yarn init

# Install deps
$ yarn add @ddot/ddot-cli 

# Start Cli
$ ddot
```

## Examples

* [React](https://github.com/Jetsly/ddot/tree/master/example/react-example)
* [vue](https://github.com/Jetsly/ddot/tree/master/example/vue-example)
