gitsite-cli

1.0.27 • Public • Published

GitSite Command Line Application

npm GitHub License

GitSite build your well-organized Markdown documents and other resources to static web site that can be deployed simply to GitHub page, etc.

flowchart LR
    md[Markdown Docs]
    gitsite[gitsite-cli Tool]
    build{Build}
    deploy{Deploy}
    html[Static Web Site]
    md --> build
    gitsite --> build
    build --> html
    html --> deploy
    deploy --> github[GitHub Page]
    deploy --> cloudflare[CloudFlare Page]
    deploy --> s3[S3 Website Hosting]
    deploy --> nginx[Self-Hosted Nginx]

Read the user guide.

Dependencies (24)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gitsite-cli

    Weekly Downloads

    30

    Version

    1.0.27

    License

    GPL-3.0

    Unpacked Size

    210 kB

    Total Files

    60

    Last publish

    Collaborators

    • askxuefeng