UNPKG

nodry

Version:

A CLI tool and Node.js library that warns about repetitive code to help you stay DRY.

7 lines (5 loc) 87 B
// index.js const analyze = require('./lib/analyze'); module.exports = { analyze };