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

doxmake

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doxmake

doxTemplate ===========

  • 0.1.29
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

doxTemplate

整合 TJ的dox和Oliver 的dox-template模板,修改其模版内容,可以扫描给定的整个目录,对目录下的所有js文件 documentation generate,生成一个html文件。

Installation

安装

npm install doxmake -g

Usage

  doxmake -n <name> -r <release> -d <directory>

Examples

  doxmake -n apiDocument -r 0.0.1 -d "/home/lwj/workspace/pomelo-core/lib"

结果会在输入目录"/home/lwj/workspace/pomelo-core/lib"生成doc文件夹,包含css,js资源和index.html文件。 index.html即为生成的api文档,文档名为"apiDocument",版本为"0.0.1"

 doxmake -d "/home/lwj/workspace/pomelo-core/lib"

同上面,只是生成的api文档默认的名字是doxmake,版本是0.0.1

FAQs

Package last updated on 19 May 2013

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