Coder Social home page Coder Social logo

gen-structure's Introduction

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

gen-structure's People

Contributors

ljquan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.