https://github.com/ngodingbang/rwid-github-actions
Learn CI/CD on GitHub Actions using TypeScript.
https://github.com/ngodingbang/rwid-github-actions
Last synced: 8 months ago
JSON representation
Learn CI/CD on GitHub Actions using TypeScript.
- Host: GitHub
- URL: https://github.com/ngodingbang/rwid-github-actions
- Owner: ngodingbang
- License: mit
- Created: 2024-11-01T13:50:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T14:47:14.000Z (over 1 year ago)
- Last Synced: 2025-02-25T08:37:51.184Z (over 1 year ago)
- Language: TypeScript
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RWID GitHub Actions
[](LICENSE.md)
[](https://github.com/ngodingbang/rwid-github-actions/releases)
[](https://github.com/ngodingbang/rwid-github-actions/actions/workflows/main.yml)
[](https://codecov.io/github/ngodingbang/rwid-github-actions)
Learn CI/CD on GitHub Actions using TypeScript.
This code was developed with TypeScript.
## Table of Contents
- [RWID GitHub Actions](#rwid-github-actions)
- [Table of Contents](#table-of-contents)
- [Requirement](#requirement)
- [Installation](#installation)
- [Testing](#testing)
- [Changelog](#changelog)
- [License](#license)
- [Author](#author)
## Requirement
- [](https://nodejs.org)
## Installation
You can install the project by clone it via GitHub :
```bash
git clone https://github.com/ngodingbang/rwid-github-actions.git
npm install
```
## Testing
Run this command below to execute all test script using [Jest](https://jestjs.io).
```bash
npm run test
```
## Changelog
Please see [`CHANGELOG.MD`](CHANGELOG.md) for more information on what has changed recently.
## License
The MIT License (MIT). Please see [`LICENSE.MD`](LICENSE.md) for more information.
## Author
- [@ianriizky](https://github.com/ianriizky)