Home - FramerOrg/FramerModules GitHub Wiki
Welcome to the FramerModules wiki!
- Friend Project: ErisPulse
Install Framer
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
- Develop your module in
framer_modules
folder - Use
python -m Framer origin --make
to package your module - Package will be generated in
maker_release
folder
Use Official Repository
- Fork this repository
- Develop and Package your module
- Commit your module package
- Create a pull request to this repository
- Wait for the review and merge
Use Personal Repository
- Create a public repository on GitHub
- Clone the repository to your local machine
- Develop and Package your module
- Commit your module package to the repository
- Your Origin Url should be
https://raw.githubusercontent.com/{your_username}/{repository_name}/refs/heads/{branch_name}