Repository
Current version released
4 years ago
Dependencies
deno.land/x
Versions
Ddirs
Deno wrapper over https://github.com/dirs-dev/dirs-rs
Usage
import * as dirs from "https://deno.land/x/ddirs@0.1.2/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