Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveruizok/framer-tools
Do good stuff fast in Framer X from the command line.
https://github.com/steveruizok/framer-tools
Last synced: 3 months ago
JSON representation
Do good stuff fast in Framer X from the command line.
- Host: GitHub
- URL: https://github.com/steveruizok/framer-tools
- Owner: steveruizok
- Archived: true
- Created: 2018-09-26T08:57:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T14:36:27.000Z (over 5 years ago)
- Last Synced: 2024-08-01T15:05:19.162Z (6 months ago)
- Language: JavaScript
- Size: 4.02 MB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-framer-x - Framer Tools - Create code components for your Framer X file right from the command line, created by [Steve Ruiz](https://twitter.com/steveruizok/). (Framer X Components, Tools & Tips / Code Editors)
README
# framer-tools
Do good stuff fast in Framer X from the command line.
![screenshot](/screenshot.png)
# Installation & Usage
```
npm i -g framer-tools
```- Cd into your Framer X project's folder.
- Run `framer-tools`# Installation & Usage (human)
Here are some expanded instructions for anyone new to working in the terminal.
- This tool uses NodeJs. If you don't have Node installed, start by grabbing a copy here [Node](https://nodejs.org/en/). If you're not sure, open the Terminal (Applications > Utilities > Terminal) and enter `node -v`.
Now that you have node installed, install framer-tools using node's package manager, `npm`.
- Open a new Terminal window (Applications > Utilities > Terminal)
- Enter `npm i -g framer-tools`Ok, you've installed framer-tools. Let's give it a trial run.
- Create a new Framer X project
- Save your project
- Open the project's folder (File > Show Project Folder)
- Now open the terminal again
- Type `cd` and add a space, but don't hit enter yet
- Drag the folder named "container" from Finder into the terminal window.The command line should now look something like `cd /Users/username/Library/... /container`
- Hit enter
- Enter `framer-tools`
- Enjoy!# Contribution
[@steveruizok](http://twitter.com/steveruizok)