1.0.2 • Published 7 years ago

slush-feathers v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

slush-feathers

⚡️ A slush generator for creating feathers application

Installation

First you need install slush.

npm install -g slush

Then install the feathers generator.

npm install -g slush-feathers

Or install both on the same time

npm install -g slush slush-feathers

Usage

Generate your app, navigate to project directory and follow the prompts.

slush feathers

Inside the project directory start your brand new app! 💥

npm start

Available commands

# short alias for generate new application
slush feathers

# generate new base service with a model
slush feathers:base

# generate new feature service that extends a base service or not
slush feathers:feature

## 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 and generating
new feathers apps/services/hooks/etc.

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

## License

Copyright (c) 2017

Licensed under the [MIT license](LICENSE).