We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sable.
this list should be expanded upon on the fly
fs
readFile
Uint8Array
readTextFile
string
writeFile
writeTextFile
removeFile
removeDirectory
copyFile
copyDirectory
moveFile
moveDirectory
makeDirectory
makeFile
makeTempDirectory
/tmp
makeTempFile
watch
io
read
write
stdin
stdout
stderr
testing
test
bench
The text was updated successfully, but these errors were encountered:
Things that are yet to be discussed:
Sable.fs.File
Sable.io.{Stdin, Stdout, Stderr}
Sable.io.{write, writeSync, read, readSync}
Sorry, something went wrong.
Bueno.
No branches or pull requests
Currently planned API's:
this list should be expanded upon on the fly
Sable.
fs
readFile
– read file and returnUint8Array
readTextFile
– read file and returnstring
writeFile
– write file usingUint8Array
writeTextFile
– write file usingstring
removeFile
- delete fileremoveDirectory
- delete directorycopyFile
- copy filecopyDirectory
- copy directorymoveFile
- move/rename filemoveDirectory
- move/rename directorymakeDirectory
- create a new directorymakeFile
- create a new filemakeTempDirectory
- create a new temporary directory in/tmp
makeTempFile
- create a new temp file in/tmp
watch
- create iterable which yields changes in file systemio
read
– read from resource id into givenUint8Array
write
– async write to resource id usingUint8Array
stdin
– interface for working with standard inputstdout
– interface for working with standard outputstderr
– interface for working with standard error outputtesting
test
- test runnerbench
- benchmark runnerThe text was updated successfully, but these errors were encountered: