Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
deno_deploy_server
安装插件
在当前工程执行:
deno run --allow-write https://deno.land/x/jw_cli@v0.5.0/cli/git_hook.ts
vscode开启deno插件
在应用商店查找deno
插件,安装使用。
运行
deno task dev
锁定依赖
deno task cache
校验
deno lint
格式化
deno fmt
建议开发时,开启vscode
自动格式化。
生成git日志文件
npm install -g conventional-changelog-cli
conventional-changelog -p angular -i CHANGELOG.md -s -r 0
如果只是添加:
conventional-changelog -p angular -i CHANGELOG.md -s
现使用deno task log
来调用上述命令。