Skip to content
/ cli Public

Command-line tool for quickly creating univer plugins.

License

Notifications You must be signed in to change notification settings

dream-num/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e2eaeed · Aug 31, 2024

History

89 Commits
May 20, 2024
Jan 24, 2024
Aug 17, 2024
Aug 17, 2024
Jan 24, 2024
Aug 31, 2024
Mar 4, 2024
Aug 31, 2024
Jan 24, 2024
Mar 4, 2024
Jan 23, 2024
Jan 23, 2024
Oct 18, 2023
Aug 31, 2024
Aug 17, 2024
Jan 23, 2024

Repository files navigation

@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