Skip to content

Instantly share code, notes, and snippets.

View dtex's full-sized avatar
:octocat:
Shifting bits

Donovan Buck dtex

:octocat:
Shifting bits
View GitHub Profile
@dtex
dtex / index.js
Last active March 26, 2017 03:09 — forked from lirantal/index.js
LicenseWatch-CLI With Blessed UI
'use strict'
const LicenseWatch = require('licensewatch')
const blessed = require('blessed')
const blessedContrib = require('blessed-contrib')
const fs = require('fs')
const Barcli = require('barcli')
const licenses = new LicenseWatch(getModulesDirectory())
licenses.fetch()

Smiley Face