An open API service indexing awesome lists of open source software.

https://github.com/jetsly/ddot

πŸŒ‹ A lightweight registry command framework
https://github.com/jetsly/ddot

cli ddot

Last synced: over 1 year ago
JSON representation

πŸŒ‹ A lightweight registry command framework

Awesome Lists containing this project

README

          

# ddot

[![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)