0.2.0 • Published 7 years ago

write-version v0.2.0

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

write-version

A simple CLI to retrieve your application version in the package.json file and write it to an app-version.json file somewhere.

The output is

{APP_VERSION: x.x.x}

Installation

npm install write-version

Usage

In your package.json insert the following script

"wv" : "write-version -w ./your-path-here/"

Then run it by typing

npm run wv