patchwork icon indicating copy to clipboard operation
patchwork copied to clipboard

Create a new patchflow that can generate usage examples of code/project.

Open ultimateshadsform opened this issue 5 months ago • 0 comments

I tried to do this but it always fails.

Would be nice with a flow that generates usage/integration of the code you are writing. Example: Integrate my library and it will show the code.

example:

Project usage for X.

import someLib from 'thislib';

someLib.init();
someLib.doThis();

someLib.new();
someLib.style = 'someStyle';
someLib.enable = true;

Etc and so on.

image image

I'm facing an issue with the patchflow run id 1825. Patchflow: Generate Usage Execution ID: 1261 Message: - Status: success

ultimateshadsform avatar Sep 21 '24 12:09 ultimateshadsform