@vivaxy/github-pages-scripts

0.5.2 • Public • Published

@vivaxy/github-pages-scripts

Build Status NPM Version NPM Downloads MIT License Standard Version Codecov

Usage

Run in standalone

npx @vivaxy/github-pages-scripts

Install and run with pre-commit hook

  1. npm install @vivaxy/github-pages-scripts husky --save-dev
  2. Edit package.json
{
+ "husky": {
+   "hooks": {
+     "pre-commit": "gps toc && gps sitemap && git add ."
+   }
+ }
}

Config

readme-prefix

Readme prefix string.

readme-suffix

Readme suffix string.

link-prefix

Site root path. As the link prefix.

Project created by create-n.

Readme

Keywords

none

Package Sidebar

Install

npm i @vivaxy/github-pages-scripts

Weekly Downloads

5

Version

0.5.2

License

MIT

Unpacked Size

47.5 kB

Total Files

31

Last publish

Collaborators

  • vivaxy