New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

document

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

document

Create your document site with just one command.

latest
Source
npmnpm
Version
0.4.7
Version published
Weekly downloads
1.6K
10.42%
Maintainers
1
Weekly downloads
 
Created
Source

document NPM version Dependency Status

Document is another documentation generator with which everything will be done by only ONE command.

It is written in node.js, and you could easily install document with NPM.

Life gets easier

To create your document site, just:

cd /path/to/your/repo
document

Oh YEAH! That's it! We made it!

Features

  • Could not be easier ! Just ONE command!
  • Build with node.js, yeah !
  • CommonJS package/1.0 spec friendly.
  • Designed to minimize arguments and configurations as much as possible.
  • Support documents of multiple languages.
  • Supports GitHub Flavored Markdown.
  • Support subdirectories.
  • Lovely and SEO friendly URLs.
  • Application cache so that to afford heavy traffic.
  • Custom themes and dev guide with grunt-init task. (what's comming...)
  • document middleware for express.js. (what's comming...)

Installation

Easily install from NPM:

npm install document -g

Usage

Visit the document site for details.

Why a node.js version of daux.io?

The first time when I met daux.io: Wow.

Setting up nginx conf and trying to install daux.io under a sub path: Oh no!

Spelunking into the source code: _(:3」∠)_

That's it.

Credits

document@0.x.x uses the theme of daux.io, thanks a million.

Contribution

What's comming!

Vision 1.x.x

Actually, all those features below has been designed and implemented at the very beginning, but they were not fully tested yet.

I will release them immediately when the test cases are ok.

  • You will be able to require('document') as an express middleware. (actually it already is)
  • Custom themes support.
  • Plugins.
  • Programmatical APIs.
  • Watcher support so that you can uodate your documents without restarting your server.

Keywords

document

FAQs

Package last updated on 10 Mar 2014

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