generator-feathers

4.7.0 • Public • Published

generator-feathers

CI

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

# set up authentication
yo feathers:authentication

# set up a database connection
yo feathers:connection

# generate new hook
yo feathers:hook

# generate new middleware
yo feathers:middleware

# generate new service
yo feathers:service

Production

feathers/feathers-configuration uses NODE_ENV to find a configuration file under config/. After updating config/production.js you can run

NODE_ENV=production npm start

Contributing

To contribute PRs for these generators, you will need to clone the repo then inside the repo's directory, run npm link. This sets up a global link to your local package for running tests (npm test) and generating new feathers apps/services/hooks/etc.

When finished testing, optionally run npm uninstall generator-feathers to remove the link.

License

Copyright (c) 2017

Licensed under the MIT license.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.7.0477latest
4.0.0-pre.70pre

Version History

VersionDownloads (Last 7 Days)Published
4.7.0477
4.6.03
4.5.22
4.5.12
4.5.01
4.4.046
4.3.32
4.3.23
4.3.12
4.3.01
4.2.05
4.1.51
4.1.40
4.1.32
4.1.21
4.1.13
4.1.00
4.0.10
4.0.00
4.0.0-pre.70
4.0.0-pre.60
4.0.0-pre.50
4.0.0-pre.40
4.0.0-pre.30
4.0.0-pre.20
4.0.0-pre.10
2.10.082
2.9.00
2.8.30
2.8.20
2.8.10
2.8.00
2.7.11
2.7.00
2.6.41
2.6.30
2.6.21
2.6.10
2.6.00
2.5.60
2.5.51
2.5.40
2.5.30
2.5.21
2.5.10
2.5.01
2.4.41
2.4.31
2.4.20
2.4.13
2.4.00
2.3.10
2.3.00
2.2.00
2.1.10
2.1.01
2.0.00
2.0.0-pre.10
1.2.1362
1.2.122
1.2.110
1.2.100
1.2.91
1.2.88
1.2.72
1.2.61
1.2.50
1.2.40
1.2.30
1.2.21
1.2.10
1.2.00
1.1.10
1.1.01
1.0.60
1.0.51
1.0.40
1.0.30
1.0.20
1.0.00
1.0.0-pre.71
1.0.0-pre.60
1.0.0-pre.50
1.0.0-pre.40
1.0.0-pre.30
1.0.0-pre.20
1.0.0-pre.10
0.8.80
0.8.70
0.8.60
0.8.50
0.8.40
0.8.30
0.8.20
0.7.12
0.8.10
0.7.00
0.6.200
0.6.191
0.6.181
0.6.171
0.6.160
0.6.150
0.6.140
0.6.130
0.6.120
0.6.110
0.6.100
0.6.90
0.6.80
0.6.70
0.6.60
0.6.51
0.6.41
0.6.30
0.6.20
0.6.10
0.6.00
0.5.01
0.4.01
0.3.00
0.2.00
0.1.00

Package Sidebar

Install

npm i generator-feathers

Weekly Downloads

734

Version

4.7.0

License

MIT

Unpacked Size

258 kB

Total Files

135

Last publish

Collaborators

  • daffl
  • ekryski
  • marshallswain