Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Treer is a commandline tool to generate directory structure tree
$ npm install treer -g
$ treer --help
Usage: treer [options]
Options:
-h, --help output usage information
-V, --version output the version number
-d, --directory [dir] Please specify a directory to generate structure tree
-i, --ignore [ig] You can ignore specific directory name
-e, --export [epath] export into file
-d
Specify a directory path to generate it's structure tree
-i
or --ignore
the directory name pattern to skip, it also support regex:
$ treer -i "/^regex$/"
-e
or --export
export into file
$ treer -e ./result.txt -i .git
treer
├─.DS_Store
├─.gitignore
├─README.md
├─package.json
├─result.txt
├─src
| └index.js
├─node_modules
| ├─graceful-readlink
| | ├─.npmignore
| | ├─.travis.yml
| | ├─LICENSE
| | ├─README.md
| | ├─index.js
| | └package.json
| ├─commander
| | ├─History.md
| | ├─LICENSE
| | ├─Readme.md
| | ├─index.js
| | └package.json
The result has been saved into ./result.txt
FAQs
a directory structure tree generator
We found that treer 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.