@luozhu/create-vscode-preview

Luozhu's vscode preview extension template.

Usage no npm install needed!

<script type="module">
  import luozhuCreateVscodePreview from 'https://cdn.skypack.dev/@luozhu/create-vscode-preview';
</script>

README

@luozhu/create-vscode-preview

Luozhu's vscode preview extension template.

随用随走

$ npx @luozhu/create-vscode-preview
# 或者
$ npm init @luozhu/create-vscode-preview
# 或者
$ yarn create @luozhu/create-vscode-preview

全局安装

# 安装
$ npm install @luozhu/create-vscode-preview -g
# 使用
$ create-vscode-preview

开发前必看

  1. 务必替换 Icon(默认是洛竹早茶馆公众号二维码)
  2. 务必修改 README.md(默认的执行 vsce package 会报错)
  3. 模板配置了 commit 提交规范,提交信息需要符合规范
  4. package.nls.jsonpackage.nls.zh-cn.json 是国际化配置文件

发布前必看

  1. 提升版本执行 yarn release-it
  2. 发布到商店执行 yarn publish-it

推荐工具

相关文档