UNPKG
clear-npx-cache
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Clears your NPX cache.
github.com/return-0x0/node-clear-npx-cache
return-0x0/node-clear-npx-cache
clear-npx-cache
/
bin
/
clear-npx-cache.js
4 lines
(3 loc)
•
87 B
JavaScript
View Raw
1
2
3
4
#!/usr/bin/env node
var
clearCache =
require
(
'../lib/index.js'
).
default
;
clearCache
();