Skip to content

Commit aaff8fe

Browse files
committed
docs(README.md): update Features section
1 parent 04d96f2 commit aaff8fe

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<h1>create-dotgithub</h1>
3-
<p>Boring GitHub Dotfiles Generator (download from <a href="https://github.com/boringcodes/.github">boringcodes/.github</a>)</p>
3+
<p>Boring GitHub Dotfiles Generator (templates fetched from <a href="https://github.com/boringcodes/.github">boringcodes/.github</a>)</p>
44

55
<p>
66
<a href="https://github.com/boringcodes/create-dotgithub/commits" aria-label="Commitizen Friendly">
@@ -34,8 +34,25 @@
3434

3535
## Features
3636

37-
- [x] Workflows
38-
- [ ] Actions
37+
Supported features:
38+
39+
- [x] **Workflows**
40+
- [ ] **Actions**
41+
42+
Workflows grouped by steps:
43+
44+
- Test
45+
- [x] **lint-source.yml**: check code style & quality
46+
- [ ] **test.yml**: run unit test
47+
- Build
48+
- [x] **build-source.yml**: build source
49+
- [x] **build-image.yml**: build Docker image
50+
- Push
51+
- [x] **create-github-release.yml**: create GitHub Release
52+
- [x] **publish-npm.yml**: publish source to NPM Registry
53+
- [x] **push-dockerhub.yml**: push Docker image to DockerHub
54+
- Deploy
55+
- [x] **deploy-cloudflare-workers.yml**: deploy source to CloudFlare Workers
3956

4057
## Install
4158

0 commit comments

Comments
 (0)