UNPKG

@itayavra/rmnpm

Version:

A cool tool that saves you time if you want to remove your node_modules folder before running the 'npm install' command.

5 lines (3 loc) 95 B
#! /usr/bin/env node const { run, log } = require('./rmnpm'); run().catch((err) => log(err));