Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

balm-git-flow

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balm-git-flow

The best practices for front-end git flow

  • 0.2.6-legacy
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by700%
Maintainers
1
Weekly downloads
 
Created
Source

Balm Git Flow

The best practices for front-end git flow

Workflow

  1. main(source code) -> dev(feat, fix...) -> prod(test, pre-production...)
  2. main(source code) -> prod(production)

Requirements

  1. Node.js >=12.20.0 (>=14.18.0 on Windows)
  2. Git 2.6.0+

Installation

npm install -g balm-git-flow

⚠️ NOTE: For windows users, use balm-git-flow@legacy

Configuration

First, create a balm.env.js file in your project root directory (use balm-git doctor)

Variable NameTypeDescription
BALM_GIT_FLOW_NAMEstringproject name
BALM_GIT_FLOW_MAINstringmain branch
BALM_GIT_FLOW_RELEASEstringproduction release branch
BALM_GIT_FLOW_RELEASESarrayall release branches
BALM_GIT_FLOW_SCRIPTSarrayall build scripts corresponding to the release branches
BALM_GIT_FLOW_BUILD_DIRstringbuild out dir

Usage

  • balm-git doctor: check the project environment
  • balm-git dev <new-branch> [<start-point>]: create new branch for development from origin main branch
  • balm-git prod: release process

Keywords

FAQs

Package last updated on 06 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc