angular-v20-bulk-file-refactor 1.0.2 → 1.0.3
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/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -4,7 +4,7 @@ const { execFile } = require('child_process');
|
|
|
4
4
|
const path = require('path');
|
|
5
5
|
|
|
6
6
|
program
|
|
7
|
-
.version('1.0.
|
|
7
|
+
.version('1.0.3')
|
|
8
8
|
.description('CLI tool to refactor Angular 20 project files by renaming and updating contents')
|
|
9
9
|
.argument('<projectPath>', 'Path to the Angular project folder')
|
|
10
10
|
.option('-s, --skip-dirs <dirs>', 'Comma-separated list of directories to skip', 'models,partials')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-v20-bulk-file-refactor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "A CLI tool to automate file renaming and TypeScript refactoring for Angular 20 projects, aligning with conventions for components, services, directives, models, and standalone components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|