Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 749 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 749 Bytes

ddot

NPM version Build Status NPM downloads

🌋 A lightweight registry command framework。


Features

Getting Started

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

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

# Start Cli
$ ddot 

Examples