bud.fs.symlink
Create a symbolic link
Usage
bud.fs.symlink takes a minimum of two arguments:
value- The path where the symbolic link should pointpath- Where the symbolic link should be created
await bud.fs.symlink(`symlink-to/points/to`, `symlink`)