UNPKG

providence-analytics

Version:

Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes

17 lines (15 loc) 265 B
<!DOCTYPE html> <html> <head> <title>Providence dashboard</title> <style> body { margin: 8px 32px; } </style> <script type="module" src="./app/p-board.js"></script> </head> <body> <p-board></p-board> </body> </html>