@excalidraw-skill-pack/create-theme
v0.1.1
Published
Scaffold a new excalidraw-skill-pack theme package (npm + PyPI mirror).
Downloads
90
Readme
@excalidraw-skill-pack/create-theme
Scaffold a new excalidraw-skill-pack theme — npm package + PyPI mirror.
npx @excalidraw-skill-pack/create-theme my-brand
cd theme-my-brand
npm publish --access public
# and the PyPI mirror:
cd src/excalidraw_skill_pack_theme_my_brand && uv build && uv publish