Generate GitHub Actions badge Markdown code.
npm install github-actions-badgeA command line tool that generate GitHub Actions badge Markdown code.
- https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow#adding-a-workflow-status-badge-to-your-repository
Install with npm:
npm install github-actions-badge --global
Usage
$ github-actions-badge
Options
--format "markdown", "json"
Examples
# Copy GitHub Action as Markdown format
$ github-actions-badge | pbcopy
Example
```
$ github-actions-badge

See Releases page.
Install devDependencies and Run npm test:
npm test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
MIT © azu