- Workflows
- Actions
Make sure yeoman is installed
$ yarn global add yoThen install the generator
$ yarn global add generator-create-dotgithubThen navigate to the root directory and run the following command to generate source
$ yo create-dotgithubThis scaffolds out
├── .github │ └── actions │ │ └── generated-action.yml │ └── workflows │ └── generated-workflow.yml └── ... Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
