@me5on/create
v0.0.43
Published
Helper for creating initial files
Downloads
11
Readme
Create
Run
npm init @me5on
Cleanup before run
In case you have an earlier version stored in the NPX cache. To remove all that cache on *nix (
delete %LocalAppData%/npm-cache/_npx
on win):
rm -rf ~/.npm/_npx
You can find where the NPM cache is with:
npm config get cache