Skip to content

Latest commit

 

History

History
79 lines (56 loc) · 2.38 KB

README-CN.md

File metadata and controls

79 lines (56 loc) · 2.38 KB

English | 简体中文

Darabonba CLI

NPM version build status codecov David deps npm download

安装

Darabonba CLI只能在 Node.js 环境下运行。建议使用 NPM 包管理工具安装。在终端输入以下命令进行安装:

$ npm install @darabonba/cli -g

使用示例

$ dara

The CLI for Darabonba 1.1.0

Usage:

    dara <command> [<args>]

Available commands:

start a Darabonba project
    init       initialization package information

working on the Darabonba project
    check      syntax check for dara file
    codegen    generate codes
    build      build ast file for dara file
    format     format the dara source file
    config     view or update configuration

working with Darabonba Repository(as maintainer)
    login        login to repository
    info         get the info of a dara scope or a dara pakcage
    pack         pack the project as a *.tgz file
    publish      publish the dara package to repository
    unpublish    unpublish the publish module
    install      install the dependencies from repository
    clean        clean the libraries folder
    score        get darabonba package score

help commands
    help       print the help information

问题反馈

提出问题, 不符合指南的问题可能会立即关闭。

发布日志

发布详情会更新在 release notes 文件中

许可证

Apache-2.0 Copyright (c) 2009-present, Alibaba Cloud All rights reserved.