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