1.0.0 • Published 6 years ago
@yrd1/version v1.0.0
Version Number builder for Angular build facade
Usage
- In the root of your Angular application:
npm i -D @yrd1/version
In your angular.json add the following to architect section of the relevant project:
"version": { "builder": "@yrd1/version:file", "options": {} },
Run:
ng run [relevant-project]:version
Where relevant-project is the project to which you've added the target
Options
path
- path to the file with version, defaults to./version.txt
1.0.0
6 years ago