Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Do good stuff fast in Framer X from the command line.

Awesome Lists containing this project

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)