https://github.com/zouloux/files
Files is a NodeJS file management helper with a simple API.
https://github.com/zouloux/files
api files fs fs-extra glob helper node npm simple
Last synced: about 1 year ago
JSON representation
Files is a NodeJS file management helper with a simple API.
- Host: GitHub
- URL: https://github.com/zouloux/files
- Owner: zouloux
- License: mit
- Created: 2018-02-14T14:31:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T08:52:19.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T17:53:18.655Z (about 1 year ago)
- Topics: api, files, fs, fs-extra, glob, helper, node, npm, simple
- Language: TypeScript
- Homepage:
- Size: 78.1 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# files
Node utility to manipulate files and folders.
##### TODO
- Doc !
- Examples !
- `moveTo` seems to not always work
- Rework of find and search API
- Clean useless dependencies (`rimraf` and `mkdirp` can be reimp very easily)
- Move `@solid-js` dependencies to `@zouloux`