1.0.0 • Published 7 years ago

oak-meta v1.0.0

Weekly downloads
14
License
-
Repository
github
Last release
7 years ago

oak-meta

Build Status codecov npm Dependency Status devDependency Status

The Meta module consumes barrels from the __OAK_META__ rack to determine the state of an Oak server.

Getting Started

Install the oak-meta package into your project with npm.

npm install oak-meta --save

Use the oak-meta module in your project.

import Meta from 'oak-meta';

// Create an instance of Meta
let meta = new Meta();

// Create a rack
meta.processAction({
    type: 'create rack',
    payload: {
        rackName: '__OAK_META__'
    }
});

API

The public interface for oak-meta is defined in the API Guide.

Contributing

Pull requests are welcome! To get started, see the Contributing Guide.