npm.io
4.0.0 • Published 1 year ago

dsstore

Licence
MIT
Version
4.0.0
Deps
1
Size
2 kB
Vulns
0
Weekly
0
Stars
1

dsstore GitHub Actions Status

Remove .DS_Store recursively.

Install

$ npm install -g dsstore

Usage

import dsstore from 'dsstore';

dsstore(['foo']);
dsstore(['bar', 'baz']);
dsstore(folders: string[])

Remove .DS_Store under specified folders.

License

MIT Shogo Sensui