create-framer-superplugin
v0.3.0
Published
Powerup your Framer Plugins with superpowers
Downloads
84
Maintainers
Readme
Create Framer SuperPlugin
Welcome to the create-framer-superplugin
package! This repository contains the core CLI tool for generating Framer SuperPlugin projects, along with templates designed to streamline the development process. Future releases may include additional templates and examples to further support plugin creators.
Getting Started
The create-framer-superplugin
CLI simplifies the creation of new Framer SuperPlugin projects. Whether you are starting from scratch or building upon existing templates, this tool provides an efficient way to jumpstart your development.
Development Workflow
To contribute to or customize the SuperPlugin CLI and its associated template, follow these steps:
- Template Development:
Useyarn dev
to enter development mode and make changes to the canvas template.
Installation
To create a new Framer SuperPlugin project, execute one of the following commands:
# Using npm
npx create-framer-superplugin@latest
# Using yarn
yarn create framer-superplugin