oak-meta

1.0.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

Package Sidebar

Install

npm i oak-meta

Weekly Downloads

4

Version

1.0.0

License

none

Last publish

Collaborators

  • trevinhofmann