delete-ds-store
v0.1.1
Published
Removes all .DS_Store in the current directory recursively
Maintainers
Readme
delete-ds-store
Removes all .DS_Store files in the current directory recursively
💩 Turn this...
my-project/
--| .DS_Store
--| src/
-----| .DS_Store
-----| index.html
-----| js
-------| .DS_Store
-------| app.js✨ ...into this
my-project/
--| src/
-----| index.html
-----| js
-------| app.jsInstallation
Use it as a global command.
npm
$ npm install -g delete-ds-storeyarn
$ yarn global add delete-ds-storeUsage
$ cd /path/to/project
$ delete-ds-store