UNPKG
hexo-deployer-git
Version:
latest (4.0.0)
4.0.0
3.0.0
2.1.0
2.0.0
1.0.0
0.3.1
0.3.0
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Git deployer plugin of Hexo.
hexo.io
hexojs/hexo-deployer-git
hexo-deployer-git
/
index.js
5 lines
(3 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
5
/* global hexo */
'use strict'
; hexo.
extend
.
deployer
.
register
(
'git'
,
require
(
'./lib/deployer'
));