scaffoldrite 2.0.0 → 2.0.2
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/package.json +55 -55
- package/{README.md → readme.md} +0 -9
package/package.json
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "scaffoldrite",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "A project structure validator and generator CLI tool.",
|
|
5
|
-
"author": "Isaac Anasonye",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"homepage": "https://github.com/Isaacprogi/scaffoldrite#readme",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/Isaacprogi/scaffoldrite.git"
|
|
11
|
-
},
|
|
12
|
-
"bugs": {
|
|
13
|
-
"url": "https://github.com/Isaacprogi/scaffoldrite/issues"
|
|
14
|
-
},
|
|
15
|
-
"keywords": [
|
|
16
|
-
"cli",
|
|
17
|
-
"scaffold",
|
|
18
|
-
"project-structure",
|
|
19
|
-
"validator",
|
|
20
|
-
"generator",
|
|
21
|
-
"developer-tools",
|
|
22
|
-
"devtools",
|
|
23
|
-
"node"
|
|
24
|
-
],
|
|
25
|
-
"type": "commonjs",
|
|
26
|
-
"bin": {
|
|
27
|
-
"scaffoldrite": "./dist/cli.js",
|
|
28
|
-
"sr": "./dist/cli.js"
|
|
29
|
-
},
|
|
30
|
-
"files": [
|
|
31
|
-
"dist"
|
|
32
|
-
],
|
|
33
|
-
"scripts": {
|
|
34
|
-
"dev": "tsx src/cli.ts",
|
|
35
|
-
"build": "tsc",
|
|
36
|
-
"start": "node dist/cli.js",
|
|
37
|
-
"type-check": "tsc --noEmit",
|
|
38
|
-
"validate": "npm run type-check && npm run build",
|
|
39
|
-
"test": "jest"
|
|
40
|
-
},
|
|
41
|
-
"devDependencies": {
|
|
42
|
-
"@types/cli-progress": "^3.11.6",
|
|
43
|
-
"@types/jest": "^30.0.0",
|
|
44
|
-
"@types/node": "^25.0.9",
|
|
45
|
-
"cli-progress": "^3.12.0",
|
|
46
|
-
"jest": "^30.2.0",
|
|
47
|
-
"ts-jest": "^29.4.6",
|
|
48
|
-
"tsx": "^4.21.0",
|
|
49
|
-
"typescript": "^5.9.3",
|
|
50
|
-
"uuid": "^13.0.0"
|
|
51
|
-
},
|
|
52
|
-
"engines": {
|
|
53
|
-
"node": ">=17"
|
|
54
|
-
}
|
|
55
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "scaffoldrite",
|
|
3
|
+
"version": "2.0.2",
|
|
4
|
+
"description": "A project structure validator and generator CLI tool.",
|
|
5
|
+
"author": "Isaac Anasonye",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"homepage": "https://github.com/Isaacprogi/scaffoldrite#readme",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/Isaacprogi/scaffoldrite.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/Isaacprogi/scaffoldrite/issues"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"cli",
|
|
17
|
+
"scaffold",
|
|
18
|
+
"project-structure",
|
|
19
|
+
"validator",
|
|
20
|
+
"generator",
|
|
21
|
+
"developer-tools",
|
|
22
|
+
"devtools",
|
|
23
|
+
"node"
|
|
24
|
+
],
|
|
25
|
+
"type": "commonjs",
|
|
26
|
+
"bin": {
|
|
27
|
+
"scaffoldrite": "./dist/cli.js",
|
|
28
|
+
"sr": "./dist/cli.js"
|
|
29
|
+
},
|
|
30
|
+
"files": [
|
|
31
|
+
"dist"
|
|
32
|
+
],
|
|
33
|
+
"scripts": {
|
|
34
|
+
"dev": "tsx src/cli.ts",
|
|
35
|
+
"build": "tsc",
|
|
36
|
+
"start": "node dist/cli.js",
|
|
37
|
+
"type-check": "tsc --noEmit",
|
|
38
|
+
"validate": "npm run type-check && npm run build",
|
|
39
|
+
"test": "jest"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"@types/cli-progress": "^3.11.6",
|
|
43
|
+
"@types/jest": "^30.0.0",
|
|
44
|
+
"@types/node": "^25.0.9",
|
|
45
|
+
"cli-progress": "^3.12.0",
|
|
46
|
+
"jest": "^30.2.0",
|
|
47
|
+
"ts-jest": "^29.4.6",
|
|
48
|
+
"tsx": "^4.21.0",
|
|
49
|
+
"typescript": "^5.9.3",
|
|
50
|
+
"uuid": "^13.0.0"
|
|
51
|
+
},
|
|
52
|
+
"engines": {
|
|
53
|
+
"node": ">=17"
|
|
54
|
+
}
|
|
55
|
+
}
|
package/{README.md → readme.md}
RENAMED
|
@@ -8,12 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|

|
|
10
10
|
|
|
11
|
-
Here it is **clean, corrected, and ready to paste into your README** (proper Markdown, fixed code blocks, no extra commentary).
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
Here’s your updated README content with **migrate option and `--force` note** reflected clearly and properly formatted:
|
|
16
|
-
|
|
17
11
|
|
|
18
12
|
|
|
19
13
|
## 🚨 v2.0.0 – Breaking Change: Config Location
|
|
@@ -625,12 +619,9 @@ Sometimes you need exceptions. That's where `.scaffoldignore` comes in:
|
|
|
625
619
|
```ignore
|
|
626
620
|
# .scaffoldignore - works like .gitignore
|
|
627
621
|
node_modules/ # Ignore dependencies
|
|
628
|
-
*.log # Ignore log files
|
|
629
622
|
dist/ # Ignore build output
|
|
630
623
|
.temp/ # Ignore temporary files
|
|
631
624
|
|
|
632
|
-
# But KEEP these in structure
|
|
633
|
-
!dist/README.md # Except this one file
|
|
634
625
|
```
|
|
635
626
|
|
|
636
627
|
**Used when:**
|