3.0.1 • Published 5 years ago

deploy-prototype v3.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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

3.0.1

5 years ago

3.0.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago