Skip to content

boringcode-dev/create-dotgithub

Repository files navigation

create-dotgithub

Boring GitHub Dotfiles Generator (download from boringcodes/dotgithub)

Features

  • Workflows
  • Actions

Install

Make sure yeoman is installed

$ yarn global add yo

Then install the generator

$ yarn global add generator-create-dotgithub

Usage

Then navigate to the root directory and run the following command to generate source

$ yo create-dotgithub

This 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.

Authors

BoringCodes

License

MIT