create-utools

为了方便大家开发 utools 插件,造了个小轮子 create-utools 使用方法: 1. 需要安装 yarn 2. 在命令行键入 `yarn create utools` 即可。

Usage no npm install needed!

<script type="module">
  import createUtools from 'https://cdn.skypack.dev/create-utools';
</script>

README

create-utools

为了方便大家开发 utools 插件,造了个小轮子 create-utools 使用方法:

  1. 需要安装 yarn
  2. 在命令行键入 yarn create utools 即可。

注意:

  1. 你可以新建一个文件夹 cd 进目录执行 yarn create utools
  2. 也可以直接 yarn create utools pluginName 在当前目录新建一个 utools 插件。以这样的方式,若安装依赖会在此目录同级,而不会安装进 pluginName 插件目录里面