A library that supports the creation of a Tech Radar, inspired by thoughtworks.com/radar/.
Check the example here
The package has two dependencies d3 and chancejs that needs to be loaded separatedely for now, in the future there's a plan to add and maintain those dependencies.
Please view the file examples/index.html
for general usages.
All tasks are defined in the package.json Pull Requests are welcome, write tests whenever possible.
git clone git@github.com:Trecenti/tech-radar
npm install
npm test
- to run your testsnpm run build
- to build out your changesnpm run examples
- to generate the examples