1.0.0 • Published 5 years ago

@yrd1/commit v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Commit builder for Angular build facade

Usage

  1. In the root of your Angular application:
    npm i -D @yrd1/commit
  2. In your angular.json add the following to architect section of the relevant project:

    "commit": {
      "builder": "@yrd1/commit:file",
      "options": {}
    },
  3. Run: ng run [relevant-project]:commit Where relevant-project is the project to which you've added the target

Options

  • path - path to the file with commit, defaults to ./commit.txt