0.1.3 • Published 3 years ago

create-easy-icons v0.1.3

Weekly downloads
9
License
ISC
Repository
-
Last release
3 years ago

create-easy-icons

快速初始化一个类似 ant-design/icons 项目,将 svg icon 转换成 react 或者 vue 组件,方便使用。

Usage

npx create easy-icons ./my-icons

安装依赖并打包发布到 npm

上面的 my-icons 会作为 npm 包名被发布。

cd my-icons && yarn && npm publish