generator-github-action
v2.0.0
Published
A yeoman generator for scaffolding your javascript Github Action 🦄
Downloads
7
Maintainers
Readme
:bulb: About
This is a yeoman generator for the official github action template for javascript provided by the Github team.
:zap: Installation
skip the first step if you already have yeoman installed globally.
npm install -g yo
npm install -g generator-github-action
Then generate your new project:
yo github-action