UNPKG

sharegit

Version:
15 lines (12 loc) 286 B
/** * Share project to remote git repo. * @module sharegit * @version 1.0.2 */ "use strict"; const sharegit = require('./sharegit'), pkg = require('../package.json'); let lib = sharegit.bind(sharegit); lib.sharegit = sharegit; lib.version = pkg.version; module.exports = lib;