deploy-prototype

3.0.1 • Public • Published

Deploy Prototype

Deploy prototype it's a small CLI tool built on top of gh-pages with the intention of deploying UI prototypes to GitHub Pages.

Instead of deploying a whole directory to the GH Pages branch, this tool creates a new directory based on the current branch name.

The usage scenario is that you can create different prototype variations in different branches, and publish them to GH Pages having a sub-directory for each branch. So you can check and share your prototype variations.

The gh-pages library does all the work; this tool adds the additional functionality of getting the current branch name.

Install

Note: This tool requires git to work.

NPM:

npm i -g deploy-prototype

Yarn:

yarn global add deploy-prototype

Usage

deploy-prototype --help

License

MIT

/deploy-prototype/

    Package Sidebar

    Install

    npm i deploy-prototype

    Weekly Downloads

    1

    Version

    3.0.1

    License

    MIT

    Unpacked Size

    5.1 kB

    Total Files

    8

    Last publish

    Collaborators

    • dfernandez79