Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

print-project

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

print-project - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

project-print.txt

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc