Skip to content

Workday/everywhere

Repository files navigation

Workday Everywhere SDK

Core libraries and framework for building Workday Everywhere platform integrations.

Getting Started

1. Create a plugin

Create a new directory for your Workday Everywhere plugin and install the SDK:

mkdir my-plugin && cd my-plugin
npm init -y
npm install @workday/everywhere

Define your plugin in a plugin.ts file:

import { plugin } from '@workday/everywhere';

export default plugin({
  name: 'my-plugin',
  version: '1.0.0',
  description: 'My first Workday Everywhere plugin.',
});

2. Verify

From your plugin directory, run:

npx @workday/everywhere info

Contributing

Prerequisites

Getting Started

git clone git@github.com:Workday/everywhere.git
cd everywhere/sdk
just setup

Development Workflow

Command Description
just setup Install dependencies
just check Typecheck and lint
just test Run tests
just tidy Format source files

About

SDK for building custom plugins with Workday Everywhere

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors