文件名称:nuxt-content-hooks-git:基于git历史记录替换或添加createdAt和updatedAt日期的nuxt-content挂钩
文件大小:252KB
文件格式:ZIP
更新时间:2024-06-04 10:53:57
JavaScript
nuxt-content-hooks-git 基于git历史记录替换或添加createdAt和updatedAt日期的nuxt-content挂钩。 :information: 还有一个,可以执行相同的操作,并且使用起来可能更干净。 安装 # npm $ npm install nuxt-content-hooks-git # Yarn $ yarn add nuxt-content-hooks-git 用法 将钩子添加到您的钩子配置中: import nuxtContentHooksGit from 'nuxt-content-hooks-git' export default { hooks : { ... ... nuxtContentHooksGit ( ) , } , } 这会将doc.createdAt和doc.updatedAt替换为Git日志中的日期。
【文件预览】:
nuxt-content-hooks-git-master
----.eslintrc.json(47B)
----.cz.json(42B)
----.releaserc.json(352B)
----.gitattributes(145B)
----.github()
--------DEPRECATED_DEPENDENCIES_ISSUE_TEMPLATE.md(246B)
--------workflows()
----yarn.lock(620KB)
----src()
--------index.spec.js(6KB)
--------index.js(726B)
----.vscode()
--------settings.json(543B)
----.gitpod.yml(337B)
----LICENSE.md(1KB)
----README.md(4KB)
----.renovaterc.json(533B)
----.commitlintrc.json(169B)
----.babelrc.json(45B)
----.huskyrc.json(90B)
----.editorconfig(244B)
----.gitpod.Dockerfile(589B)
----.gitignore(80B)
----CHANGELOG.md(3KB)
----package.json(1KB)