declutter-desktop
Version:
A CLI tool to organize your Desktop
25 lines (18 loc) • 620 B
Markdown
# Declutter
Declutter your desktop from the command line
The declutter script creates a declutter directory on your desktop and moves all files into the directory.
## Install
```js
npm install declutter-desktop -g
```
## Use
Run the command `declutter` to clean up the files on your desktop.
## Contributing
1. Fork it
2. Run `npm install`
3. Create your feature branch (`git checkout -b my-new-feature`)
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create new Pull Request
## License
MIT © [Ryan Burgess](http://github.com/ryanburgess)