
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
CroJSDoc is a documentation generator for JavaScript and CoffeeScript. This works best with CoffeeScript.
This parses sources with the forked version of dox. And Markdown comments are processed with marked.
See live examples on http://croquiscom.github.io/crojsdoc/ and http://croquiscom.github.io/cormo/.
$ crojsdoc [-o DIRECTORY] [-t TITLE] [-q] SOURCES...
Or, you can specify options in crojsdoc.yaml like this:
output: doc
title: Title
quiet: true
sources:
- lib
- guides
This accepts JavaDoc style's comments basically.
/**
* Adds two numbers
*/
function add(a, b) {
return a+b;
}
For CoffeeScript, use block comments or doxygen style's comments.
###
# Adds two numbers
###
add = (a, b) ->
a+b
##
# Subtracts two numbers
subtract = (a, b) ->
a-b
See http://croquiscom.github.io/crojsdoc/guides/ListOfTags.html
The MIT License (MIT)
Copyright (c) 2012-2018 Sangmin Yoon <sangmin.yoon@croquis.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
A documentation generator for JavaScript and CoffeeScript
The npm package crojsdoc receives a total of 10 weekly downloads. As such, crojsdoc popularity was classified as not popular.
We found that crojsdoc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.