Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@treelab/taskflow-client

Package Overview
Dependencies
Maintainers
12
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@treelab/taskflow-client

Taskflow component library for Treelab Client.

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
12
Created
Source

Treelab taskflow client

Taskflow component library for Treelab Client.

Structure

All of the components are located in src folder.

Development

Setup

A locally running storybook instance is used to showcase all the components and reload whenever underlying code changes.

  • git clone <this repo>
  • yarn install
  • yarn storybook

Linking to this package directly from treelab-client

First build this project

  • cd ..../treelab-taskflow-client
  • yarn build

Then link into treelab-client

  • cd ..../treelab-taskflow-client
  • yarn link
  • cd ..../treelab-client
  • yarn link @treelab/taskflow-client

Restart treelab-client in order for the linked package to be properly included in the build.

Testing

jest and @testing-library/react are used for unit testing.

Test can be run using the yarn test command.

Publishing

Code can be published using the usual npm publish process:

  • npm publish

FAQs

Package last updated on 24 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts