Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env node
const yargs = require('yargs');
const { exec } = require('child_process');
const fs = require('fs')
var packagedata = ""
var packagejson = ''
var convertedjson = ''
yargs.command({
command: 'download <pkg>',
describe: 'Download Package',