0.1.1 • Published 6 years ago

delete-ds-store v0.1.1

Weekly downloads
26
License
ISC
Repository
github
Last release
6 years ago

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.js

Installation

Use it as a global command.

npm

$ npm install -g delete-ds-store

yarn

$ yarn global add delete-ds-store

Usage

$ cd /path/to/project
$ delete-ds-store
0.1.1

6 years ago

0.1.0

8 years ago

1.0.0

8 years ago