dogstack-agents

1.1.0 • Public • Published

dogstack-agents

dogstack plugin to provide core user functionality

we're on a mission from dog

example

for an example using dogstack-agents, see dogstack-example

install

npm install --save dogstack-agents

post{,un}install script

after install, this module should link migrations in ./db/migrations to your app migrations in the same relative directory.

after uninstall, this module should unlink these linked migrations.

usage

{ config, service, actions, updater, epic, ...getters, ...components, ...hoc, ...hooks } = require('dogstack-agents')

config

default config to merge in with config/default.js.

service

feathers service to plug in to dogstack server.js

combines

actions

redux actions creators

exports { agents, credentials, authentication } action creators from

updater

redux-fp updater

concats

epic

redux-observable epic

combines

getters

reselect getters (selectors)

exports the following getters

components

TODO React components to use in your app

exports the following components

hoc

higher-order React components to use in your app

exports the following higher-order components:

hooks

feathers service hooks

exports the following hooks

license

The Apache License

Copyright © 2017 Michael Williams

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

/dogstack-agents/

    Package Sidebar

    Install

    npm i dogstack-agents

    Weekly Downloads

    37

    Version

    1.1.0

    License

    Apache-2.0

    Unpacked Size

    75.1 kB

    Total Files

    85

    Last publish

    Collaborators

    • agentlewis
    • ahdinosaur
    • gregorykan
    • iainkirkpatrick
    • notthatsmith
    • sarah-arrrgh