skypager-devserver

5.2.0 • Public • Published

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.

/skypager-devserver/

    Package Sidebar

    Install

    npm i skypager-devserver

    Weekly Downloads

    1

    Version

    5.2.0

    License

    UNLICENSED

    Last publish

    Collaborators

    • soederpop