Skip to content

nathanhammond/ember-flows-generator

Folders and files

NameName
Last commit message
Last commit date
Apr 30, 2014
Apr 24, 2014
Apr 13, 2014
Apr 27, 2014
Apr 25, 2014
Mar 30, 2014
Mar 31, 2014
Apr 24, 2014
Apr 24, 2014
Apr 24, 2014
Apr 24, 2014
Mar 28, 2014
Apr 26, 2014
Apr 28, 2014
Apr 27, 2014
Apr 24, 2014
Apr 28, 2014
Apr 24, 2014

Repository files navigation

ember-flows-generator

Easily build complicated route traversal patterns in Ember.

Reasoning

In a directed graph there are two possible representations: an adjacency matrix and an adjacency list. ember-flows uses an adjacency list. However, manually generating the adjacency list for your application is tedious and prone to error.

Implementation

This is an Ember application which you can use to generate flows for your Ember application.

Building

# Bower
npm install -g bower

# ember-cli
git clone [email protected]:stefanpenner/ember-cli.git
cd ember-cli
git checkout 63e9dd584ff39ea7665b833debd5a49171e4f52e
npm link
cd ..

# ember-flows-generator
git clone [email protected]:nathanhammond/ember-flows-generator.git
cd ember-flows-generator
./install.sh
ember server

License

ember-flows-generator is MIT Licensed.