Features
- Workflows
- Actions
Install
Make sure yeoman is installed
$ yarn global add yoThen install the generator
$ yarn global add generator-create-dotgithubUsage
Then 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
└── ...
Contributing
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.
