An open API service indexing awesome lists of open source software.

https://github.com/workfloworchestrator/prefix-plugin

This is the Prefix page plugin for the workflow orchestrator client.
https://github.com/workfloworchestrator/prefix-plugin

react

Last synced: about 1 month ago
JSON representation

This is the Prefix page plugin for the workflow orchestrator client.

Awesome Lists containing this project

README

          

# THIS REPO IS ARCHIVED IT NO-LONGER RECEIVES UPDATES OR IS MAINTAINED

# orchestrator-client-prefix-page

> Orchestrator prefix page (extension)

[![NPM](https://img.shields.io/npm/v/orchestrator-client-prefix-page.svg)](https://www.npmjs.com/package/orchestrator-client-prefix-page) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save orchestrator-client-prefix-page

Todo: find out correct URL
git.ia.surfsara.nl:netdev/automation/projects/orchestrator-client-prefix-page.git

```

## Usage

```tsx
import React, { Component } from 'react'

import Prefixes from 'orchestrator-client-prefix-page'
import 'orchestrator-client-prefix-page/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

SURF © [rene.dohmen@surfnet.nl](https://github.com/acidjunk)

## DEV STUFF

To get started, in one tab, run:
```bash
cd orchestrator-client-prefix-page && yarn start
```

And in another tab, run the create-react-app dev server:

```bash
cd orchestrator-client-prefix-page/example && yarn start
```

New SCSS in Prefixes.scss??
`sass src/Prefixes.scss src/styles.module.css
`