Skip to content

microscotch/tech-radar

 
 

Repository files navigation

tech-radar

A library that supports the creation of a Tech Radar, inspired by thoughtworks.com/radar/.

Check the example here

How To Use

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.

Contribute

All tasks are defined in the package.json Pull Requests are welcome, write tests whenever possible.

  • git clone [email protected]:Trecenti/tech-radar
  • npm install
  • npm test - to run your tests
  • npm run build - to build out your changes
  • npm run examples - to generate the examples
  • npm run test:dist - make sure uglify doesn't break stuff

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.0%
  • CSS 6.0%