@vidavidorra/create-project 2.0.82 → 2.0.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,15 +8,15 @@ on:
8
8
  pull_request: null
9
9
  jobs:
10
10
  lint-commit-messages:
11
- uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@60fd56d619b3418fba9a146f3935d300b6b0c105 # v4.2.25
11
+ uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@d5ff9be65aeae9ea3e175c0aa796fa2c8ddce68a # v4.2.26
12
12
  lint:
13
- uses: vidavidorra/.github/.github/workflows/node-lint.yml@60fd56d619b3418fba9a146f3935d300b6b0c105 # v4.2.25
13
+ uses: vidavidorra/.github/.github/workflows/node-lint.yml@d5ff9be65aeae9ea3e175c0aa796fa2c8ddce68a # v4.2.26
14
14
  build:
15
- uses: vidavidorra/.github/.github/workflows/node-build.yml@60fd56d619b3418fba9a146f3935d300b6b0c105 # v4.2.25
15
+ uses: vidavidorra/.github/.github/workflows/node-build.yml@d5ff9be65aeae9ea3e175c0aa796fa2c8ddce68a # v4.2.26
16
16
  test:
17
- uses: vidavidorra/.github/.github/workflows/node-test.yml@60fd56d619b3418fba9a146f3935d300b6b0c105 # v4.2.25
17
+ uses: vidavidorra/.github/.github/workflows/node-test.yml@d5ff9be65aeae9ea3e175c0aa796fa2c8ddce68a # v4.2.26
18
18
  code-coverage:
19
- uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@60fd56d619b3418fba9a146f3935d300b6b0c105 # v4.2.25
19
+ uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@d5ff9be65aeae9ea3e175c0aa796fa2c8ddce68a # v4.2.26
20
20
  needs:
21
21
  - lint
22
22
  - build
@@ -24,7 +24,7 @@ jobs:
24
24
  secrets:
25
25
  codecovToken: ${{ secrets.CODECOV_TOKEN }}
26
26
  release:
27
- uses: vidavidorra/.github/.github/workflows/release.yml@60fd56d619b3418fba9a146f3935d300b6b0c105 # v4.2.25
27
+ uses: vidavidorra/.github/.github/workflows/release.yml@d5ff9be65aeae9ea3e175c0aa796fa2c8ddce68a # v4.2.26
28
28
  needs:
29
29
  - lint-commit-messages
30
30
  - lint
package/README.md CHANGED
@@ -3,6 +3,11 @@
3
3
  Interactively create a project.
4
4
 
5
5
  - Standardised project and repository setup.
6
+ - Code style using [**XO**](https://github.com/xojs/xo).
7
+ - Code formatting using [**Prettier**](https://prettier.io/).
8
+ - Commit style using [**`commitlint`**](https://commitlint.js.org/).
9
+ - Version management using [**semantic-release**](https://semantic-release.gitbook.io/semantic-release/).
10
+ - Dependency management using [**Renovate**](renovatebot.com/).
6
11
  - Add TypeScript, a testing framework and code coverage as desired.
7
12
 
8
13
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/create-project",
3
- "version": "2.0.82",
3
+ "version": "2.0.84",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project",
6
6
  "keywords": [