@vidavidorra/create-project 2.0.81 → 2.0.83
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.
- package/README.md +5 -0
- package/package.json +2 -2
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.
|
|
3
|
+
"version": "2.0.83",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Interactively create a GitHub project",
|
|
6
6
|
"keywords": [
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"zod": "3.23.6"
|
|
210
210
|
},
|
|
211
211
|
"devDependencies": {
|
|
212
|
-
"@ava/typescript": "
|
|
212
|
+
"@ava/typescript": "5.0.0",
|
|
213
213
|
"@commitlint/cli": "19.3.0",
|
|
214
214
|
"@semantic-release/changelog": "6.0.3",
|
|
215
215
|
"@semantic-release/exec": "6.0.3",
|