Skip to content

A NodeJS project that converts stories exported from Pega's Agile Workbench into Markdown and HTML.

License

Notifications You must be signed in to change notification settings

BessmanPega/agile_workbench_stories_to_md

Repository files navigation

Sample output.

This is a NodeJS project that converts stories exported from Pega's Agile Workbench into Markdown and HTML.

To install, make sure you have a recent version of Node.js installed and run npm install.

Example usage:

PS C:\agile_workbench_stories_to_md> node main.js C:\Stories.xlsx
Reading C:\Users\bessp\Downloads\Stories_UplusSample20241115T153118.354 GMT.xlsx... done.
Converting xlsx to markdown... done.
Writing stories.md... done.
Converting markdown to html... done.
Writing stories.html... done.

You can easily fine tune stories.md before running it through your preferred html conversion method with whatever styling you prefer.

As a convenience, the program also generates stories.html, styled with water.css.

To export stories, first access the Application Profile from App Studio:

Application profile.

Then select "Export Stories" from the Actions menu:

Export stories.

About

A NodeJS project that converts stories exported from Pega's Agile Workbench into Markdown and HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published