print-project
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "print-project", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A simple CLI tool to print the project tree structure and file contents", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"print-project": "./dist/index.js", | ||
"pp": "./dist/index.js" | ||
"pprint": "./dist/index.js" | ||
}, | ||
@@ -11,0 +11,0 @@ "types": "dist/index.d.ts", |
@@ -34,3 +34,3 @@ # Print-Project | ||
You can use either `print-project` or `pp` to run the tool: | ||
You can use either `print-project` or `pprint` to run the tool: | ||
@@ -44,3 +44,3 @@ ```bash | ||
```bash | ||
pp <startPath> [ignorePatterns] | ||
pprint <startPath> [ignorePatterns] | ||
``` | ||
@@ -79,3 +79,3 @@ | ||
```bash | ||
pp ./src | ||
pprint ./src | ||
``` | ||
@@ -90,3 +90,3 @@ | ||
```bash | ||
pp ./src "node_modules,*.log,dist,coverage" | ||
pprint ./src "node_modules,*.log,dist,coverage" | ||
``` | ||
@@ -101,3 +101,3 @@ | ||
```bash | ||
pp ./src --ignore-default | ||
pprint ./src --ignore-default | ||
``` | ||
@@ -112,3 +112,3 @@ | ||
```bash | ||
pp ./src "*.tmp,*.bak" --ignore-default | ||
pprint ./src "*.tmp,*.bak" --ignore-default | ||
``` | ||
@@ -124,3 +124,3 @@ | ||
- The content of non-empty files. | ||
- **Command Alias**: Can be run using either `print-project` or `pp` for convenience. | ||
- **Command Alias**: Can be run using either `print-project` or `pprint` for convenience. | ||
@@ -127,0 +127,0 @@ ## How It Works |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52911
27