https://github.com/yasu-s/ng-commit-id-check
https://github.com/yasu-s/ng-commit-id-check
angular git
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yasu-s/ng-commit-id-check
- Owner: yasu-s
- License: mit
- Created: 2019-08-18T01:48:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T13:42:31.000Z (about 3 years ago)
- Last Synced: 2025-07-24T13:02:08.634Z (11 months ago)
- Topics: angular, git
- Language: TypeScript
- Size: 672 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 概要
* ビルド時のGitのコミットIDをチェックするサンプルです。
# 実行環境
* Node.js - 10.x
* Yarn -1.12.x
* Bash
# 使用ライブラリ
* TypeScript - 3.5.x
* Angular - 8.2.x
# 動作確認
## 1. サンプルのダウンロード
```
git clone git@github.com:yasu-s/ng-commit-id-check
```
## 2. パッケージインストール
```
cd ng-commit-id-check
yarn
```
## 3. サンプルの起動
```
yarn start
```