mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-12 04:37:06 +03:00
13 lines
316 B
JavaScript
Executable File
13 lines
316 B
JavaScript
Executable File
// IMPORTANT
|
|
// ---------
|
|
// This is an auto generated file with React CDK.
|
|
// Do not modify this file.
|
|
|
|
const parse = require('git-url-parse');
|
|
var ghUrl = process.argv[2];
|
|
const parsedUrl = parse(ghUrl);
|
|
|
|
const ghPagesUrl =
|
|
'https://' + parsedUrl.owner + '.github.io/' + parsedUrl.name;
|
|
console.log(ghPagesUrl);
|