Skip to content

It is a simple guided wrapper over git-flow to quickly deploy Javascript projects with semver control

Notifications You must be signed in to change notification settings

luzeduardo/releaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Releaser

Its is a simple tool to help deploy NodeJS projects that uses gitflow

Installation

OS X & Linux:

yarn

Usage example

node index absolute path of git repository]

Example

node index /$USER/project-path

Development setup

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

Release History

  • 0.0.1
    • Template support

About

It is a simple guided wrapper over git-flow to quickly deploy Javascript projects with semver control

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published