remove-all-except-outer-links

2.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i remove-all-except-outer-links

Weekly Downloads

1

Version

2.0.1

License

MIT

Unpacked Size

4.11 kB

Total Files

4

Last publish

Collaborators

  • zkochan