UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

7 lines (6 loc) 124 B
#!/usr/bin/env node import Pastel from 'pastel'; const app = new Pastel({ importMeta: import.meta, }); await app.run();