Home - FramerOrg/FramerModules GitHub Wiki

Welcome to the FramerModules wiki!

Install Framer

https://github.com/FramerOrg/Framer/wiki#install

Add Origin

  • Origin Url Is https://raw.githubusercontent.com/FramerOrg/FramerModules/refs/heads/main
python -m Framer origin --add https://raw.githubusercontent.com/FramerOrg/FramerModules/refs/heads/main
python -m Framer origin --sync

Public Your Module

How To Package Your Module

  1. Develop your module in framer_modules folder
  2. Use python -m Framer origin --make to package your module
  3. Package will be generated in maker_release folder

Use Official Repository

  1. Fork this repository
  2. Develop and Package your module
  3. Commit your module package
  4. Create a pull request to this repository
  5. Wait for the review and merge

Use Personal Repository

  1. Create a public repository on GitHub
  2. Clone the repository to your local machine
  3. Develop and Package your module
  4. Commit your module package to the repository
  5. Your Origin Url should be https://raw.githubusercontent.com/{your_username}/{repository_name}/refs/heads/{branch_name}