New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jddx

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

jddx

js doc, explain doc, demo

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

#jdd js文档,demo和说明文档快速生成

##快速入门

cmd命令行窗口下执行

jdd

会生成首页,demo页,changelog页,api页

##目录结构

demo/ demo文件目录
js/ js文件目录
doc/ 说明文件目录
changelog.md
readme.md
package.json

##配置详解

{
	"name": "myjs",  //工程名
	"version": "1.0.0", //版本号
	"author": "fe", //作者
	"api": {
		"name": "jds api", //js api工程名,会显示api首页
		"description": "" //js api工程描述,同样会显示在api首页
	},
	"apisource":"js/", //js目录
	"demosource":"demo/", //demo目录
	"demoExclude":"demoExcludeDir", //demo目录过滤
	"docsource":"doc/", //说明文档目录
	"target":"docs/", //生成到目录
	"demopathprefix":"../", //demo页导航url前缀
	"stat":"" //统计代码
	"extendHtml":"",//在页面最底部增加额外的html片断
	"copyright":"",//底部版权信息
	"extendMenu":{
		"http://a.com":"这是站点a", //导航上增加额外的链接
		"http://b.com":"这是站点b"
	}
}

##建议package.json源文件

可直接复制后生成package.json

{
	"name": "myjs",
	"version": "1.0.0",
	"author": "fe",
	"api": {
		"name": "jds api",
		"description": ""
	},
	"apisource":"js/",
	"demosource":"demo/",
	"docsource":"doc/",
	"target":"docs/",
	"demopathprefix":"../",
	"copyright":"Copyright © 2015 xxx All Rights Reserved"
}

Keywords

FAQs

Package last updated on 31 Jul 2017

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