mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 07:13:46 -05:00
5 lines
116 B
JavaScript
5 lines
116 B
JavaScript
var path = require('path');
|
|
require('../dist/cli/git-cz.js').bootstrap({
|
|
cliPath: path.join(__dirname, '../')
|
|
});
|