codotype-plugin-starter-kit
🌱 Write your own Codotype Plugins with this starter kit
Getting Started
-
Run
yarn install
to install dependencies -
Run
yarn build
to build thecodotype-plugin-starter-kit
Plugin -
Run
yarn serve
to run the plugin locally using @codotype/cli -
Use the web app (should be served at
localhost:3030
) to change default parameters and generate your starter project. -
Your generated code should be in the
.codotype-out
directory.