# plugin new 插件创建命令
插件创建命令,用于创建一个新插件,包含基于指定参数的配置。
# 用法
sscms plugin new
-h, --help
# 选项
选项 | 简写 | 说明 |
---|---|---|
--help | -h | 命令说明 |
# 示例
sscms plugin new
What's the publisher of your plugin? <owner>
What's the name of your plugin? <name>
SUCCESS The plugin "<owner>.<name>" was created successfully.
插件创建命令将提示输入插件所有者以及插件名称,并将配置保存在 plugins/<owner>.<name>/package.json
文件中。