@darabonba/cli

The CLI for Darabonba


License
Apache-2.0
Install
npm install @darabonba/cli@1.2.0

Documentation

English | 简体中文

Darabonba CLI

NPM version build status codecov David deps npm download

Installation

Darabonba CLI was designed to work in Node.js. The preferred way to install the Generator is to use the NPM package manager. Simply type the following into a terminal window:

$ npm install @darabonba/cli -g

Usage

$ 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

Issues

Opening an Issue, Issues not conforming to the guidelines may be closed immediately.

Changelog

Detailed changes for each release are documented in the release notes.

License

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