description | A fork of https://github.com/trecenti/tech-radar with CSV input support |
owner | Jude N |
last change | Mon, 29 May 2017 18:57:40 +0000 (14:57 -0400) |
A library that supports the creation of a Tech Radar, inspired by thoughtworks.com/radar/ and https://github.com/trecenti/tech-radar
To build a Centos 7 docker image:
docker build -t "tech-radar:centos" .
To build the software from the docker image, after building the image, run the command
docker run -it -v ${PWD}:/home/docker/tech-radar tech-radar:centos npm run build:all
Please view the file examples/index.html
for the original general usage of the Tech Radar
Please view the file examples/csv.html
for the new usage, which allows the radar to be built from a CSV file.
All tasks are defined in the package.json Pull Requests are welcome, write tests whenever possible.
git clone git@github.com:JudeN/tech-radar
npm install
npm test
- to run your testsnpm run build
- to build out your changesnpm run examples
- to generate the examplesnpm run test:dist
- make sure uglify doesn't break stuff7 years ago | master | shortlog | log | tree |