oluwasayo / magi-cli

Elements team command-line member

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magi-cli

Elements team command-line member

Requirements

  • Node.js
  • Git

Install

$ npm i -g magi-cli

Usage

  Usage: magi [options] [command]

  Options:

    -V, --version                            output the version number
    -h, --help                               output usage information

  Commands:

    release-notes <fromVersion> <toVersion>  Draft release notes for the specified version range
    add-milestone <fromVersion> <toVersion>  Add milestone for <toVersion> to all issues and PRs closed during the specified version range
    deploy <version>                         Build and deploy version <version> to CDN origin
    webjar <version>                         Deploy version <version> on https://www.webjars.org
    directory                                Update https://vaadin.com/directory
    release <version> [--draft]              Release new <version> of the component and publish to npm
    p3-convert [modulizerArgs...]            Prepares package.json and runs modulizer with pre-configured arguments
    help [cmd]                               display help for [cmd]

Development

  1. Fork and clone this repository
  2. Navigate to your working copy on command line: $ cd magi-cli
  3. $ npm link
  4. $ magi now runs your cloned working copy

About

Elements team command-line member

License:Apache License 2.0


Languages

Language:JavaScript 100.0%