Skip to content

Browserify transform to replace __GIT_MY_VERSION__ with your package version - git hash (1.0.0-1dde980)

License

Notifications You must be signed in to change notification settings

lelandcope/browserify-git-my-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED DO NOT USE

browserify-git-my-version

Browserify transform to replace __GIT_MY_VERSION__ with your package version - git hash (1.0.0-1dde980)


Usage

Commandline

browserify -t browserify-git-my-version

json

{
    "browserify": {
        "transform": [
            "browserify-git-my-version"
        ]
    }
}

Test

cd working_directory

npm i

npm test

About

Browserify transform to replace __GIT_MY_VERSION__ with your package version - git hash (1.0.0-1dde980)

Resources

License

Stars

Watchers

Forks

Packages

No packages published