-
Notifications
You must be signed in to change notification settings - Fork 744
Some packages that may be helpful #3
Copy link
Copy link
Closed
Labels
meetingquestionQuestion from a user (which may not require code/documentation changes to the project)Question from a user (which may not require code/documentation changes to the project)refactor
Description
- https://github.com/isaacs/node-glob It's 100% js now, and has sync and async APIs for finding files. Provides fancy-pants globs like Bash4 with extglob and globstar turned on (though these can be disabled).
- https://github.com/isaacs/node-touch Touches a file
- https://github.com/substack/node-mkdirp Battle tested efficient mkdir -p
- https://github.com/isaacs/node-which like which(1)
- https://github.com/isaacs/fstream Useful for piping between directories for
cp -Rstyle behavior or tar streams (no sync api, though, only streaming.) - https://github.com/isaacs/node-tar For a tar command (no sync API, only streaming)
- https://github.com/isaacs/rimraf Battle-tested rm -rf
- https://github.com/isaacs/read like read(1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
meetingquestionQuestion from a user (which may not require code/documentation changes to the project)Question from a user (which may not require code/documentation changes to the project)refactor