@vs-flow/flowchart-3d
v0.4.0
Published
3D rendering of vs-flow's workflow.
Readme
@vs-flow/flowchart-3d
3D rendering of vs-flow's workflow.
Links
- Visual Studio Flow
Installation, Build, Test
To install the required dependencies:
yarnTo build for development:
yarn build:devTo build for production:
yarn build:prodTo run tests:
yarn testTo measure test coverage:
yarn test-coverageTo generate code's documentation:
yarn doc