Skip to content

hexrw/appdataplease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Appdata Please

A helper script that makes it easy to store and retrieve application data on any platform supported by Deno.

Usage

import appDataPlease from "https://deno.land/x/appdataplease/mod.ts"

/** 
 * Returns a string representing the full path to where the data should
 * be stored for the current platform
 */
const appData = appDataPlease("my-app-name")

As simple as that!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published