parcel-plugin-git-describe
v1.0.0
Published
A parcel plugin that adds the git description to the environment.
Maintainers
Readme
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 -Dusing yarn:
yarn add parcel-plugin-git-describe --devUsage
const version = process.env.GIT_DESCRIBE;