Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nathsou/cleanify

Tiny utility to remove undesired files quickly
https://github.com/nathsou/cleanify

Last synced: about 2 months ago
JSON representation

Tiny utility to remove undesired files quickly

Awesome Lists containing this project

README

        

# Cleanify

Cleanify is a tiny Deno tool to remove files and folders specified by globs in .clean files with a syntax similar to .gitignore files.

Every .clean files in the current folder (and subdirectories) is inspected
and each file matching the defined globs gets removed.