Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
Dependencies
other
deno_deploy_server
安装插件
在当前工程执行:
deno run --allow-write https://deno.land/x/jw_cli@v0.5.0/cli/git_hook.tsvscode开启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来调用上述命令。