Skip to content

Generic Deno standard library, focused on ease of use | 通用 Deno 标准库,专注于易用性

License

Notifications You must be signed in to change notification settings

markthree/easy_std

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy_std

Generic Deno standard library, focused on ease of use


scripts

release

  1. export your current version number to version.ts
// version.ts or src/version.ts
export const version = "0.0.0";
  1. update your deno.json
// deno.json or deno.jsonc
{
  "tasks": {
    "start": "deno run mod.ts",
    "release": "deno run --allow-read --allow-write --allow-env --allow-run https://deno.land/x/easy_std/scripts/release.ts"
  }
}
  1. executing the deno task will automatically update the version
deno task release

function

The functions provided by this package are safe, efficient, and support multiple platforms at the same time。


License

Made with markthree

Published under MIT License.

About

Generic Deno standard library, focused on ease of use | 通用 Deno 标准库,专注于易用性

Topics

Resources

License

Stars

Watchers

Forks