
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@hoangcung1804npm/excepturi-facilis-rerum
Advanced tools
[](https://www.npmjs.com/package/@hoangcung1804npm/excepturi-facilis-rerum)
@hoangcung1804npm/excepturi-facilis-rerum is a node command line tool to generate directory structure tree.
npm i @hoangcung1804npm/excepturi-facilis-rerum -g
$ @hoangcung1804npm/excepturi-facilis-rerum -h
Usage: @hoangcung1804npm/excepturi-facilis-rerum [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
Ignore .git and node_modules directory.
$ @hoangcung1804npm/excepturi-facilis-rerum -i '.git|node_modules' # or @hoangcung1804npm/excepturi-facilis-rerum -i '.git,node_modules'
@hoangcung1804npm/excepturi-facilis-rerum
โโโ๐.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.
$ @hoangcung1804npm/excepturi-facilis-rerum -i '.git,node_modules' --icon
@hoangcung1804npm/excepturi-facilis-rerum
โโโ๐.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.
$ @hoangcung1804npm/excepturi-facilis-rerum -i '.git,node_modules' -o result.md
@hoangcung1804npm/excepturi-facilis-rerum
โโโ๐.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
FAQs
[](https://www.npmjs.com/package/@hoangcung1804npm/excepturi-facilis-rerum)
We found that @hoangcung1804npm/excepturi-facilis-rerum demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.ย It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.