workflow-app-textedit

2.0.0 • Public • Published

TextEdit workflow app

Installation

npm i workflow-app-textedit

Usage

import path from "path"
import { TextEdit } from 'workflow-app-textedit';

export default {
  name: 'workflow-example',
  type: 'workspace',
  children: [
    {
      type: 'layout',
      layout: 'splith',
      percent: 1.0,
      children: [
        {
          ...TextEdit,
          file: path.join(__dirname, 'index.js'),
          percent: 0.5,
        },
        {
          ...TextEdit,
          file: path.join(__dirname, 'index.tests.js'),
          percent: 0.5,
        },
      ],
    },
  ],
};

Readme

Keywords

Package Sidebar

Install

npm i workflow-app-textedit

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

4.16 kB

Total Files

7

Last publish

Collaborators

  • havardh