https://github.com/swordev/github-actions-tpl
CLI tool for creating GitHub Actions Workflow automatically with minimal config
https://github.com/swordev/github-actions-tpl
Last synced: 7 days ago
JSON representation
CLI tool for creating GitHub Actions Workflow automatically with minimal config
- Host: GitHub
- URL: https://github.com/swordev/github-actions-tpl
- Owner: swordev
- License: mit
- Created: 2021-10-27T15:06:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T13:51:28.000Z (over 4 years ago)
- Last Synced: 2026-06-21T01:31:31.017Z (7 days ago)
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/swordev/github-actions-tpl/actions/workflows/ci.yaml)
# github-actions-tpl
> CLI tool for creating GitHub Actions Workflow automatically with minimal config
## Features
- Auto-options based on the target project (package.json, Dockerfile).
- Auto-triggers workflow when pushes a new version tag.
- Publishes GitHub releases with artifacts (Node.js package, image).
- Publishes Node.js packages (GitHub, NPM).
- Publishes images (GitHub).
- Separated workflow jobs:
- `build`
- `publish-github-release`
- `publish-github-nodepkg`
- `publish-github-image`
- `publish-npm-nodepkg`
## Usage
```sh
npx @swordev/github-actions-tpl --help
```