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 6d475a3 commit 56a0694
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ Helpers for reading, writing, deleting, and accessing a file.

[Complete API Documentation.](http://main.file.bevry.surge.sh/docs/)

## 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)
- [@bevry/fs-list](https://github.com/bevry/fs-list)
- [@bevry/fs-mkdirp](https://github.com/bevry/fs-mkdirp)
- [@bevry/fs-read](https://github.com/bevry/fs-read)
- [@bevry/fs-readable](https://github.com/bevry/fs-readable)
- [@bevry/fs-remove](https://github.com/bevry/fs-remove)
- [@bevry/fs-rmdir](https://github.com/bevry/fs-rmdir)
- [@bevry/fs-unlink](https://github.com/bevry/fs-unlink)
- [@bevry/fs-write](https://github.com/bevry/fs-write)
- [@bevry/fs-writable](https://github.com/bevry/fs-writable)

<!-- INSTALL/ -->

<h2>Install</h2>
Expand Down

0 comments on commit 56a0694

Please sign in to comment.