Its is a simple tool to help deploy NodeJS projects that uses gitflow
OS X & Linux:
yarn
node index absolute path of git repository]
node index /$USER/project-path
To do.
Use a docker image to be used as your local github https://hub.docker.com/r/winlu/docker-git-server/ and point
your origin or upstream at .git/config
with:
[remote "origin"]
url = ssh://localhost:1234/~/my_repo.git
fetch = +refs/heads/*:refs/remotes/origin/*
yarn
- 0.0.1
- Template support