This example contains app and framework
Start an application using custom framework called yadan
$ cd app
$ npm install
$ npm link ../yadan
$ npm run devYadan is a framework, it should be published to npm normally. With this example, you just npm link it.
Application
$ cd app
$ npm testFramework
$ cd yadan
$ npm testPlease open an issue here.