await symlink(filepath, target)
await symlink('./bin/command', './lib/somewhere/run.sh');
It is possible to create broken symlinks with this method; meaning the destination does not have to exist when you create it.