11<div align =" center " >
2- <h1 >repo-template </h1 >
3- <p >Boring GitHub Repository Template </p >
2+ <h1 >create-dotgithub </h1 >
3+ <p >Boring GitHub Dotfiles Generator (download from < a href = " https://github.com/boringcodes/dotgithub " >boringcodes/dotgithub</ a >) </p >
44
5- <div >
6- <a href="https://github.com/boringcodes/repo-template /commits" aria-label="Commitizen Friendly">
5+ <p >
6+ <a href="https://github.com/boringcodes/create-dotgithub /commits" aria-label="Commitizen Friendly">
77 <img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square">
88 </a>
9- <a href="https://github.com/boringcodes/repo-template " aria-label="Prettier Code Style">
9+ <a href="https://github.com/boringcodes/create-dotgithub " aria-label="Prettier Code Style">
1010 <img src="https://img.shields.io/badge/code_style-prettier-brightgreen?style=flat-square">
1111 </a>
12- <a href="https://github.com/boringcodes/repo-template /actions" aria-label="GitHub Workflow Status">
13- <img src="https://img.shields.io/github/workflow/status/boringcodes/repo-template /main?style=flat-square">
12+ <a href="https://github.com/boringcodes/create-dotgithub /actions" aria-label="GitHub Workflow Status">
13+ <img src="https://img.shields.io/github/workflow/status/boringcodes/create-dotgithub /main?style=flat-square">
1414 </a>
15- <a href="https://david-dm.org/boringcodes/repo-template " aria-label="Dependencies Status">
16- <img src="https://img.shields.io/david/boringcodes/repo-template ?style=flat-square">
15+ <a href="https://david-dm.org/boringcodes/create-dotgithub " aria-label="Dependencies Status">
16+ <img src="https://img.shields.io/david/boringcodes/create-dotgithub ?style=flat-square">
1717 </a>
18- <a href="https://www.npmjs.com/package/@boringcodes/repo-template " aria-label="NPM Version">
19- <img src="https://img.shields.io/npm/v/@boringcodes/repo-template ?color=brightgreen&style=flat-square">
18+ <a href="https://www.npmjs.com/package/generator-create-dotgithub " aria-label="NPM Version">
19+ <img src="https://img.shields.io/npm/v/generator-create-dotgithub ?color=brightgreen&style=flat-square">
2020 </a>
21- <a href="https://www.npmjs.com/package/@boringcodes/repo-template " aria-label="NPM Downloads">
22- <img src="https://img.shields.io/npm/dm/@boringcodes/repo-template ?style=flat-square">
21+ <a href="https://www.npmjs.com/package/generator-create-dotgithub " aria-label="NPM Downloads">
22+ <img src="https://img.shields.io/npm/dm/generator-create-dotgithub ?style=flat-square">
2323 </a>
24- <a href="https://github.com/boringcodes/repo-template /blob/master/LICENSE" aria-label="MIT License">
25- <img src="https://img.shields.io/github/license/boringcodes/repo-template ?color=brightgreen&style=flat-square">
24+ <a href="https://github.com/boringcodes/create-dotgithub /blob/master/LICENSE" aria-label="MIT License">
25+ <img src="https://img.shields.io/github/license/boringcodes/create-dotgithub ?color=brightgreen&style=flat-square">
2626 </a>
2727 <a href="https://github.com/boringcodes" aria-label="BoringCodes Verified">
2828 <img src="https://img.shields.io/badge/boringcodes-verified-brightgreen?style=flat-square">
2929 </a>
30- </div >
30+ </p >
31+
32+ <img src =" banner.png " >
3133</div >
3234
33- ## Installation
35+ ## Features
36+
37+ - [x] Workflows
38+ - [ ] Actions
39+
40+ ## Install
41+
42+ Make sure ` yeoman ` is installed
43+
44+ ``` sh
45+ $ yarn global add yo
46+ ```
3447
35- Use the package manager to install foobar
48+ Then install the generator
3649
37- ``` bash
38- yarn add foobar
50+ ``` sh
51+ $ yarn global add generator-create-dotgithub
3952```
4053
4154## Usage
4255
43- ``` javascript
44- import foobar from ' foobar' ;
56+ Then navigate to the root directory and run the following command to generate source
57+
58+ ``` sh
59+ $ yo create-dotgithub
60+ ```
4561
46- foobar ();
62+ This scaffolds out
63+
64+ ```
65+ ├── .github
66+ │ └── actions
67+ │ │ └── generated-action.yml
68+ │ └── workflows
69+ │ └── generated-workflow.yml
70+ └── ...
4771```
4872
4973## Contributing
@@ -58,4 +82,4 @@ Please make sure to update tests as appropriate.
5882
5983## License
6084
61- [ MIT] ( https://github.com/boringcodes/repo-template /blob/master/LICENSE )
85+ [ MIT] ( https://github.com/boringcodes/create-dotgithub /blob/master/LICENSE )
0 commit comments