Skip to content

Instantly share code, notes, and snippets.

module.exports = {
name: 'plugin-cache-download',
factory: (require) => {
const { BaseCommand } = require('@yarnpkg/cli');
const { Command } = require('clipanion');
const { Project, Configuration, Cache, ThrowReport } = require('@yarnpkg/core');
class CacheDownloadCommand extends BaseCommand {
static paths = [['cache', 'download']];