# Skypager Service

This package provides a feathers.js based server that attempts to auto-configure itself based on the files it finds in specific folders, (e.g. it will load database models from `db/models` or service definitions from `server/services`).  It makes spinning up server applications with commonly needed functionality less work by making it easy to take a convention over configuration approach that uses the file structure and naming to make assumptions.

## Installation

```
npm install skypager-service --save
```

To generate the folders and scaffolding, you can use the init helper:

```
./node_modules/skypager-service/init
```

## Usage

This package mainly provides some glue between other libraries, mainly in the feathers.js ecosystem, so everything you can do there is possible here.  
