Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

framer-cli

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framer-cli

A Framer.js CLI for quickly building modular prototypes.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
45
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

Framer CLI

Providing most of the functionality of Framer Studio, but from the comfort of your terminal.

Screenshot

Framer CLI is in its infancy, but the aim is to create a decent way to build quick prototypes/dynamic layouts in code from the editor of your choice. The current implementation of this tool requires Node.

Who is this for?

This is not a replacement to Framer Studio and is best suited for those who are comfortable with Framer's API and using the command line.

Features

  • CoffeeScript & ECMAScript 6 JS. It will handle CoffeeScript, es6-compliant JavaScript, or a mix of the two.
  • Local server for previewing/debugging.
  • Handles true Node-style modules. Place any code, assets, etc. that you want in the modules folder and require them in your main index.js file. Make use of Node modules and third-party Framer modules as well.
  • Live reloading when any of the files in your dependency tree change.
  • WIP: Intelligent completions that are scoped appropriately. This uses Tern and requires using an editor with a Tern plugin.
  • Quickly generate project and module boilerplate.

Usage

$ npm install -g peteschaffner/framer-cli
$ framer path/to/my/project &
$ vim path/to/my/project/index.js

The best way to learn is probably to poke around the project and module boilerplate that framer(1) generates. For more detailed instructions, framer -h.

Keywords

FAQs

Package last updated on 21 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc