2.0.1 • Published 5 years ago

remove-all-except-outer-links v2.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

remove-all-except-outer-links

Removes everything from a folder except external symlinks

npm version Build Status

Installation

npm i -S remove-all-except-outer-links

Usage

const removeAllExceptOuterLinks = require('remove-all-except-outer-links')

removeAllExceptOuterLinks('node_modules').then(() => console.log('done'))

License

MIT © Zoltan Kochan