dream-num / cli

Command-line tool for quickly creating univer plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@univerjs/create-cli

npm version

Command-line tool for quickly playing with Univer.

Features

  • Plugin Quickstart: Swiftly create a new Univer plugin with ease.
  • Custom UMD Package: Tailor your own UMD package with customizable options

See Univer docs for more information.

Usage

Run the following command and follow the prompts to create a plugin:

# npm
npm create @univerjs/cli@latest

# pnpm
pnpm create @univerjs/cli@latest

Options

-l, --locale <locale>

Special locale. Available options are zh-CN and en-US.

-h, --help

Display help for command.

Development

pnpm i

pnpm dev

test, create filter plugin

node dist/index.js

About

Command-line tool for quickly creating univer plugins.

License:Apache License 2.0


Languages

Language:TypeScript 91.6%Language:JavaScript 4.8%Language:HTML 2.7%Language:CSS 0.9%