create-starter-app 1.0.28 → 1.0.42

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.
Files changed (2) hide show
  1. package/package.json +10 -3
  2. package/readme.md +6 -0
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "create-starter-app",
3
- "version": "1.0.28",
3
+ "version": "1.0.42",
4
4
  "description": "Interactive CLI to scaffold a starter app from curated templates",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "create-starter-app": "./bin/create-starter-app.js"
8
8
  },
9
9
  "scripts": {
10
- "ship": "npm run build && npx standard-version --release-as patch; rm CHANGELOG.md; npm publish"
10
+ "ship": "npm run build && npx standard-version --release-as patch; rm CHANGELOG.md; npm publish",
11
+ "test": "vitest run",
12
+ "test:watch": "vitest",
13
+ "coverage": "vitest run --coverage"
11
14
  },
12
15
  "files": [
13
16
  "bin",
@@ -34,5 +37,9 @@
34
37
  "type": "git",
35
38
  "url": "https://github.com/OpenSourceAGI/dev-tools-starter-agent/tree/master/packages/create-starter-app"
36
39
  },
37
- "homepage": "https://github.com/OpenSourceAGI/dev-tools-starter-agent/tree/master/packages/create-starter-app"
40
+ "homepage": "https://github.com/OpenSourceAGI/dev-tools-starter-agent/tree/master/packages/create-starter-app",
41
+ "devDependencies": {
42
+ "@vitest/coverage-v8": "^4.1.0",
43
+ "vitest": "^4.1.0"
44
+ }
38
45
  }
package/readme.md CHANGED
@@ -410,3 +410,9 @@ wget -qO- tinyurl.com/shellsetup | bash
410
410
  ## Contributing
411
411
 
412
412
  Contributions are welcome! Please check the individual package READMEs for specific contribution guidelines.
413
+
414
+ ---
415
+
416
+ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
417
+
418
+ Please star this repo for updates! 🌟