Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nathsou/cleanify
- Owner: nathsou
- Created: 2020-11-30T06:39:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T18:56:24.000Z (about 4 years ago)
- Last Synced: 2024-10-11T20:42:55.793Z (3 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.