New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gen-structure

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gen-structure

gen-structure

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

gen-structure

说明

生成当前项目的目录结构说明文档。从代码文件分析出当前代码文件的描述,得到路径+描述的形式,便于清楚地了解项目概况。

使用方法

npm i gen-structure -g #安装
gen-structure # 在你的目录下执行

效果

默认会生成structure.md文件,如下

`./structure.md`	`./src/run.js`	入口文件<br><br>
`./src/run.js`	入口文件<br>
## ./src/api
`./src/api/fs.js`	通用文件系统能力<br>
`./src/api/string.js`	字符串处理<br>

<br>create by [gen-structure](https://github.com/ljquan/gen-structure.git)

Usage: gen-structure [options]

Options: -V, --version output the version number -d, --dist 目标文件 -p, --path 项目路径,默认命令行所在路径 -e, --exclude 忽略的路径,默认点开头、node_module的路径 -i, --include 加入被默认忽略的路径 -h, --help output usage information

FAQs

Package last updated on 08 Sep 2020

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