Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtgoitia/wipman
https://github.com/dtgoitia/wipman
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dtgoitia/wipman
- Owner: dtgoitia
- Created: 2022-09-02T06:37:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T08:18:40.000Z (4 months ago)
- Last Synced: 2024-10-28T13:54:48.396Z (2 months ago)
- Language: TypeScript
- Size: 4.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Test CI pipeline
Requires having [act][1] installed.
Run all workflows under `.github/workflows`:
```shell
act
```Run a specific job:
```shell
act --job deploy-webapp
```[1]: https://nektosact.com/beginner/index.html "act - User Guide"