UNPKG

314 BJavaScriptView Raw
1// IMPORTANT
2// ---------
3// This is an auto generated file with React CDK.
4// Do not modify this file.
5
6const parse = require('git-url-parse');
7var ghUrl = process.argv[2];
8const parsedUrl = parse(ghUrl);
9
10const ghPagesUrl = 'https://' + parsedUrl.owner + '.github.io/' + parsedUrl.name;
11console.log(ghPagesUrl);