0.3.3 • Published 6 years ago

docnator v0.3.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

DOCNATOR

||| :no_entry_sign: in progress, docnator still are in development. |||

docnator is a CLI for generate the documentation of your javascript project, take your jsdocs, transform in markdown files, and use gitbook template.

docnator logomark

Instalation

Global

global instalation for use in any project with jsdocs.

# yarn
$ yarn global add docnator

# npm
$ npm install docnator --global

Usage

$ docnator src

Local

local instalation for the especific project

# yarn
$ yarn add docnator

# npm
$ npm install docnator

Usage

$ node_modules/docnator/bin/docnator.js src
# you can create a script in your package.json
# ex: "docnator:build": "node_modules/docnator/bin/docnator.js src"

Commands

build

comand for generate the documentation.

$ docnator <target> [summaryPath] [extension]
# ex: docnator lib js
argdescriptionrequireddefault value
targetsource files directorytruenull
summaryPathpath of SUMMARY.mdfalse./SUMMARY.md
extensiondefine the exclusive extension filefalsejs, jsx

server

create a local server with gitbook for your documentations, use git book CLI

Motivation

Docnator has be created to use jsdocs in javascript documentation with gitbook for developers reference. This frameworks are most easy to use and bring great help for developer community.

0.3.3

6 years ago

0.3.2-stable

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago