Skip to content

Geometry plugin to display the current folder's npm package version.

License

Notifications You must be signed in to change notification settings

drager/geometry-npm-package-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Geometry npm package version plugin

Geometry plugin to display the current folder's npm package version when a package.json.

Screenshot

Installation

Installation depends on the way you manage your plugins for zsh.

Note: This plugin needs to be loaded after geometry.

An easy way to get it, is to clone this repository: git clone git@github.com:drager/geometry-npm-package-version.git

Then source it: source /path/to/geometry-npm-package-version/npm_package_version.zsh

Configuration

Colors

GEOMETRY_COLOR_NPM_PACKAGE_SYMBOL=${GEOMETRY_COLOR_NPM_PACKAGE_SYMBOL:-red}
GEOMETRY_COLOR_NPM_PACKAGE_VERSION=${GEOMETRY_COLOR_NPM_PACKAGE_VERSION:-red}

Symbols

GEOMETRY_NPM_PACKAGE_SYMBOL=${GEOMETRY_NPM_PACKAGE_SYMBOL:-"📦"}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

Geometry plugin to display the current folder's npm package version.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages