npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

lidar

v0.0.14

Published

A take on [ThoughtWorks' Radar](https://www.thoughtworks.com/radar/techniques). You can use this tool and system to make your very own technological Radar. [You can see it live](https://jondot.github.io/lidar/) on this project's gh-pages.

Downloads

11

Readme

Lidar

A take on ThoughtWorks' Radar. You can use this tool and system to make your very own technological Radar. You can see it live on this project's gh-pages.

Quick Start

The ToughtWorks tech radar model divides subjects to four simple stages:

  1. Adopt
  2. Trial
  3. Assess
  4. Hold

Progression is made from step (3) to (1), and some times, subjects find themselves at (4) because we've decided to stop investing in them.

Given that you have created a tech radar repository in the specificed format, you can now run lidar on it and it will generate a radar visualization:

$ npm i -g lidar
$ lidar radar/architecture 2016/09

The timestamp following the topic (here, architecture), is designating a specific issue of this radar (think about magazine issues). Once in a while you'll publish a new radar issue to your readers.

Format

The material on the Radar, is formatted in a very convenient markdown format, and a simple directory layout. You can use the example provided here as a kickstart project.

radar/
  architecture/
    assess.md
    trial.md
    adopt.md
    hold.md
  tools/
    (same structure here)
  techniques/
    (same structure here)

On each stage, effectively a markdown document, we're write about the subjects. Treat it as writing a book, or a nice story. For each subject the following format should be used:

## Hoverboards
_2016/09_

We believe using hoverboards in the office will make commuting between
tables much more efficient.

This paragraph will not appear in a generated Radar.

### Nor will this headline.

In order for this to be both machine and human friendly, there are simple formatting rules, that will help us generate a Radar graph should we want to:

  • Level-2 heading ## will be the title, and the paragraph immediately below it will be the description.

  • An issue, that correspond to a publication or entry date (typically month), right below the header, italics, for example: _2016/09_, corresponds to 2016, September.

  • Items should (not a must) be sorted / added alphabetically (on a Level-2 heading).

  • The rest, is free form.

Hacking

To work on this project you want to clone this repo and:

$ npm i
$ npm start

Once you're happy there's no need to npm build. The build step will happen on release.

Contributing

Fork, implement, add tests, pull request, get my everlasting thanks and a respectable place here :).

Thanks:

To all Contributors - you make this happen, thanks!

Copyright

Copyright (c) 2016 Dotan Nahum @jondot. See LICENSE for further details.