New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

spa-github-pages-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spa-github-pages-cli

A cli tool that can help you host single page apps with GitHub Pages.

latest
Source
npmnpm
Version
1.2.2
Version published
Maintainers
1
Created
Source

SPA github pages cli

Greenkeeper badge styled with prettier Commitizen friendly All Contributors

NPM Version License Stats Downloads Stats Github stars Github issues Build Status codecov Dev Dependencies

Donate

A cli tool for spa-github-pages. It can help you host single page apps with GitHub Pages.

nodei.co

Installation

# npm
npm install --save spa-github-pages-cli --dev

# yarn
yarn add spa-github-pages-cli --dev

Basic Usage

Add to your npm script:

"spa-github-pages": "spa-github-pages",

Run npm script:

// yarn
yarn spa-github-pages
// npm
npm run spa-github-pages

Advance Usage

Set the folder's name that contains index.html. (The default value is docs)

"spa-github-pages": "spa-github-pages -d 'your_custom_folder'",

Set customDomain to true if you are using a custom domain. (The default value is false)

"spa-github-pages": "spa-github-pages -c",

Contributing

Contributors


Max Liu

💻 📖 🚇 ⚠️

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Keywords

SPA

FAQs

Package last updated on 19 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts