# magi-cli **Repository Path**: mirrors_vaadin/magi-cli ## Basic Information - **Project Name**: magi-cli - **Description**: Components team command-line member - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # magi-cli Components team command-line member [![npm version](https://badgen.net/npm/v/magi-cli)](https://www.npmjs.com/package/magi-cli) [![semantic-release badge](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/vaadin/magi-cli/blob/master/CHANGELOG.md) ## Requirements - Node.js - Git ## Install $ npm i -g magi-cli ## Usage ```sh Usage: magi [options] [command] Options: -V, --version output the version number -h, --help output usage information Commands: release-notes Draft release notes for the specified version range add-milestone Add milestone for to all issues and PRs closed during the specified version range deploy Build and deploy version to CDN origin webjar Deploy version on https://www.webjars.org directory Update https://vaadin.com/directory release [--draft] Release new 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