Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
mojito-cli-doc
Advanced tools
mojito-cli-docs
provides the doc
command for mojito-cli
, that you can install with: npm install -g mojito-cli
.
The doc
command generates, or serves, API documentation for Mojito, Mojito apps,
or mojits.
npm install -g mojito-cli
To generate documentation for a mojito application, including all the mojits in it's mojits/
subdirectory,
run the following from the application directory:
$ mojito docs app [name]
Optional name
if provided, is used as the sub-directory name to save the generated API docs. See Options below.
To generate documentation for a specific mojit, run the following from the application directory:
$ mojito docs mojit <mojit-name>
To generate documentation for the Mojito framework itself:
$ mojito docs mojito
Specify output directory (if --port
or --server
are not used):
--directory <path>
-d <path>
By default, the generated files are saved in ./artifacts/docs/
, or if a name
argument is provided, ./artifacts/docs/<name>
.
Exclude some files or directories from being processed:
--exclude <pattern>
-e <pattern>
This option can be repeated, for example mojito doc --exclude middleware --exclude build
will exclude files or directories with "middleware" or "build" in their names.
Serve the API docs over HTTP, without rendering them to the file system (assumes --port 3000
):
--server
-s
Serve the API docs over HTTP, like option --server
, using the specified port number:
--port <number>
-p <number>
http://developer.yahoo.com/forum/Yahoo-Mojito
mojito-cli-doc
is licensed under a BSD license (see LICENSE.txt). To contribute to the Mojito project,
please see Contributing.
The Mojito project is a meritocratic, consensus-based community project, which allows anyone to contribute and gain additional responsibilities.
FAQs
Provide the `doc` command, to generate API docs, for `mojito-cli`
The npm package mojito-cli-doc receives a total of 6 weekly downloads. As such, mojito-cli-doc popularity was classified as not popular.
We found that mojito-cli-doc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.