Full Radar grid with chart
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import {createRadar} from "./radar";
|
||||
import {save} from "./file";
|
||||
import {copyFileSync, mkdir, mkdirSync} from "fs";
|
||||
import {quadrants} from "../src/config";
|
||||
import {copyFileSync, mkdirSync} from "fs";
|
||||
import {quadrantsMap} from "../src/config";
|
||||
|
||||
|
||||
(async () => {
|
||||
@@ -14,7 +13,7 @@ import {quadrants} from "../src/config";
|
||||
copyFileSync('build/index.html', 'build/overview.html')
|
||||
copyFileSync('build/index.html', 'build/help-and-about-tech-radar.html')
|
||||
|
||||
quadrants.forEach(quadrant => {
|
||||
Object.keys(quadrantsMap).forEach(quadrant => {
|
||||
copyFileSync('build/index.html', 'build/' + quadrant + '.html')
|
||||
mkdirSync('build/' + quadrant)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user