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
- Host: GitHub
- URL: https://github.com/jetsly/ddot
- Owner: Jetsly
- Created: 2018-10-23T07:24:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T02:39:52.000Z (over 7 years ago)
- Last Synced: 2025-02-28T07:12:22.477Z (over 1 year ago)
- Topics: cli, ddot
- Language: JavaScript
- Homepage: https://ddot.gitbook.io/cli
- Size: 1.3 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ddot
[](https://npmjs.org/package/@ddot/ddot-cli)
[](https://travis-ci.org/Jetsly/ddot)
[](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)