donejs / donejs-feathers

A generator to quickly add FeathersJS to your DoneJS project. Includes Auth!
MIT License
11 stars 4 forks source link

donejs-feathers - Full-stack realtime

Build Status npm version

Full-stack realtime with DoneJS & Feathers

A generator to quickly add FeathersJS to your DoneJS project.

Using the generator

To add this generator to your DoneJS application run

donejs add feathers

DoneJS and FeathersJS make for a killer full-stack solution for creating apps. This generator creates all of the model files and utilities needed to get both working together quickly. The current 2.x version only sets up the model layer of the app. UI generation will move to separate generators sometime in the future.

This generator could potentially overwrite files in an existing application. It is meant to be used immediately after generating a new DoneJS application.

Here's a summary of the files that will be added or modified in a DoneJS project. To understand more about how these modules work together, check out the can-connect-feathers documentation.

The following packages will be added to your project from npm:

Developing

To make changes to this generator clone the repository and install the dependencies

git clone git@github.com:feathersjs/donejs-feathers.git
cd donejs-feathers
npm install

Then you can run the tests with

npm test