Skip to main content
Module

x/js_yaml_port/tag.ts

This is a simple and crude port of JS-YAML for Deno.
Go to Latest
File
import pkgJson from './package.json'
Deno.run({ cmd: ['git', 'tag', pkgJson.version], stdout: 'inherit', stderr: 'inherit', stdin: 'inherit'})