Skip to content
A Yeoman generator for a Feathers application
JavaScript HTML
Fetching latest commit…
Cannot retrieve the latest commit at this time.

README.md

generator-feathers

Build Status

A Yeoman generator for a Feathers application

Installation

First you need install yeoman.

npm install -g yo

Then install the feathers generator.

npm install -g yo generator-feathers

Usage

Create a directory for your new app.

mkdir my-new-app; cd my-new-app/

Generate your app and follow the prompts.

yo feathers

Start your brand new app! 💥

npm start

Available commands

# short alias for generate new application
yo feathers

# generate new application
yo feathers:app

# generate new hook
yo feathers:hook

# generate new middleware
yo feathers:middleware

# generate new model
yo feathers:model

# generate new service
yo feathers:service

Changelog

0.1.0

  • Initial release

License

Copyright (c) 2015

Licensed under the MIT license.

Something went wrong with that request. Please try again.