Install dependency
npm i -g @univerjs/cliCreate a Univer plugin named my-plugin from a template
univer-cli create my-pluginstart develop plugin
cd my-plugin
npm i
npm run devuniver-cli build --include sort commentCommand
univer-cli create <plugin> [inner]- plugin: Required parameters, specify a plugin name, Please use
param-caseformat, such asdata-validation - inner: Optional parameter, use this tag inside the Univer repository. With this flag set, we will put the plugin in the packages directory, otherwise we will create a new plugin in the current directory where the script is executed by default