@tezignlab/create-dam-plugin
v0.2.0
Published
``` Usage: npm create @tezignlab/dam-plugin@latest [OPTIONS] [project_name]
Downloads
17
Keywords
Readme
@tezignlab/create-dam-plugin
Usage: npm create @tezignlab/dam-plugin@latest [OPTIONS] [project_name]
Options:
-t, --template <template> [possible values: react-component, react-function, react-iframe] 插件项目模版
Getting Started
npm create @tezignlab/dam-plugin -t react-component ./my-plugin
cd ./my-plugin
npm install
npm run dev