25 lines
373 B
Markdown
25 lines
373 B
Markdown
# Deno libraries:
|
|
|
|
Check scripts:
|
|
```shell
|
|
cmd script check --type deno-mod
|
|
hatter script check --type deno-mod
|
|
```
|
|
|
|
|
|
Publish script:
|
|
```shell
|
|
hatter script pub --type deno-mod deno-commons-mod.ts
|
|
```
|
|
|
|
Test script:
|
|
```shell
|
|
deno test --allow-all deno-commons-mod.ts
|
|
```
|
|
|
|
|
|
Published deno-mod at:
|
|
[script deno mod](https://hatter.ink/script/list_script.jssp?type=deno-mod)
|
|
|
|
|