README
generator-framer-coffee
I use this tool to instead of Framer Studio because I am looking for something as automated and low-friction as possible.
Getting Started
Not every new computer comes with a Yeoman pre-installed. You only have to install it once.
$ npm install -g yo
Yeoman Generators
To install generator-framer-coffee from npm, run:
$ npm install -g generator-framer-coffee
And then, create a directory to put you framer project in:
$ mkdir your-framer-proj && cd $_
After that, initiate the generator:
$ yo framer-coffee
This step takes time to install all dependencies that your project needs.
The framer.js and sourcemap in this package have been pre-downloaded and put them into generator's templates.
Finally, run npm start
to start your development server and see the demo project.
I'm using browserify for code bundling and browser-sync for the development web server.