Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

A parcel plugin that adds the git description to the environment.

Notifications You must be signed in to change notification settings

PaackEng/parcel-plugin-git-describe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-plugin-git-describe

A parcel plugin that adds the git description to the environment. The output of git describe is made available in the GIT_DESCRIBE environment variable.

Installation

using npm:

npm i parcel-plugin-git-describe -D

using yarn:

yarn add parcel-plugin-git-describe --dev

Usage

const version = process.env.GIT_DESCRIBE;

About

A parcel plugin that adds the git description to the environment.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%