1.0.0 • Published 7 years ago

gh-to-pages v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

💫 GH-TO-PAGES

Build Status

Convert Github Repo URL to Github Pages

Example

Convert from

'https://github.com/rohmanhm/gh-to-pages' // support with https protocol
'http://github.com/rohmanhm/gh-to-pages' // support with http protocol
'github.com/rohmanhm/gh-to-pages' // support without protocol
'git@github.com:rohmanhm/gh-to-pages.git' // support ssh url

to

'https://rohmanhm.github.io/gh-to-pages'

Install

  • NPM
    npm install gh-to-pages --save
  • Yarn
    yarn add gh-to-pages

How to use

// es6
import ghToPages from 'gh-to-pages'
// commonjs
const ghToPages = require('gh-to-pages')

ghToPages('https://github.com/rohmanhm/gh-to-pages') // result https://rohmanhm.github.io/gh-to-pages

LICENSE

MIT @rohmanhm