generator-github-action

A yeoman generator for scaffolding your javascript Github Action 🦄

Usage no npm install needed!

<script type="module">
  import generatorGithubAction from 'https://cdn.skypack.dev/generator-github-action';
</script>

README

generator-github-action

A yeoman generator for scaffolding your javascript Github action

npm


: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



License

Apache-2.0 © Rocktim Saikia