Repository
Current version released
4 years ago
Dependencies
github.com
Versions
Ddirs
Deno wrapper over https://github.com/dirs-dev/dirs-rs
Usage
import * as dirs from "https://github.com/sigmaSd/ddirs2/raw/master/ddirs.ts"
console.log(dirs.config_dir())Devolpement
To develop this library locally:
- Generate
ddirs.tsby runningdeno run -A build.ts - Set “BOLT” enviorenent variable to “dev”, this allows changes to the local
ddirsRustcrate to be reflected - Run the example
deno run -A --unstable example/main.tsand start developping