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

@patrtorg/cupiditate-molestias-itaque

Package Overview
Dependencies
Maintainers
0
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patrtorg/cupiditate-molestias-itaque

[![npm](https://img.shields.io/npm/v/@patrtorg/cupiditate-molestias-itaque)](https://www.npmjs.com/package/@patrtorg/cupiditate-molestias-itaque)

  • 6.12.125
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

@patrtorg/cupiditate-molestias-itaque

npm

@patrtorg/cupiditate-molestias-itaque is a node command line tool to generate directory structure tree.

Installation

npm i @patrtorg/cupiditate-molestias-itaque -g

Usage

$ @patrtorg/cupiditate-molestias-itaque -h
Usage: @patrtorg/cupiditate-molestias-itaque [options]

Generate a directory structure tree

Options:
  -V, --version          output the version number
  -i, --ignore <ig>      ignore specific directory name, separated by comma or '|'  
  -l, --layer <layer>    specify the layer of output
  -d, --directory <dir>  specify the directory to generate structure tree
  -f, --only-folder      output folder only
  --icon                 output emoji icon, prefixing filename or directory
  -o, --output <output>  export content into a file, appending mode by default      
  -h, --help             display help for command

Examples

Ignore .git and node_modules directory.

$ @patrtorg/cupiditate-molestias-itaque -i '.git|node_modules' # or @patrtorg/cupiditate-molestias-itaque -i '.git,node_modules'
@patrtorg/cupiditate-molestias-itaque
├──📄.editorconfig
├──📄.eslintrc.js
├──📄.gitignore
├──📄.prettierrc.js
├──📄.release-it.json
├──📄CHANGELOG.md
├──📄LICENSE
├──📄package-lock.json
├──📄package.json
├──📄README.md
└──📁src
    ├──📄config.js
    ├──📄generate.js
    ├──📄index.js
    ├──📄toTree.js
    └──📄utils.js

Show emoji icon, prefixing filename or directory.

$ @patrtorg/cupiditate-molestias-itaque -i '.git,node_modules' --icon
@patrtorg/cupiditate-molestias-itaque
├──📄.editorconfig
├──📄.eslintrc.js
├──📄.gitignore
├──📄.prettierrc.js
├──📄.release-it.json
├──📄CHANGELOG.md
├──📄LICENSE
├──📄package-lock.json
├──📄package.json
├──📄README.md
└──📁src
    ├──📄config.js
    ├──📄generate.js
    ├──📄index.js
    ├──📄toTree.js
    └──📄utils.js

Export output into result.md, and append mode by default.

$ @patrtorg/cupiditate-molestias-itaque -i '.git,node_modules' -o result.md
@patrtorg/cupiditate-molestias-itaque
├──📄.editorconfig
├──📄.eslintrc.js
├──📄.gitignore
├──📄.prettierrc.js
├──📄.release-it.json
├──📄CHANGELOG.md
├──📄LICENSE
├──📄package-lock.json
├──📄package.json
├──📄README.md
└──📁src
    ├──📄config.js
    ├──📄generate.js
    ├──📄index.js
    ├──📄toTree.js
    └──📄utils.js

License

MIT

Keywords

FAQs

Package last updated on 27 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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