delete-ds-store

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i delete-ds-store

Weekly Downloads

1

Version

0.1.1

License

ISC

Unpacked Size

1.79 kB

Total Files

3

Last publish

Collaborators

  • alfonzm