Skip to content

Commit

Permalink
readme: note alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton authored Nov 17, 2023
1 parent 40737ec commit c2480d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ SafeFS also define these additional methods:
- `ensurePath(path, options, next)` - ensure the full path exists, equivalent to unix's `mdir -p path`
- `getParentPathSync(path)` - returns the parent directory of the path

If you want promises and a non-conflicting API, use these instead:
## Alternatives

You should use these instead, which use and provide modern APIs while providing brilliant ecosystem support:

- [@bevry/fs-accessible](https://github.com/bevry/fs-accessible)
- [@bevry/fs-executable](https://github.com/bevry/fs-executable)
Expand Down

0 comments on commit c2480d4

Please sign in to comment.