0.1.2 • Published 11 years ago

nodewiki v0.1.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

#Node Wiki

A simple git based wiki system for markdown files written in node.js.

screenshot ##What it does

This is a simple wiki system that uses markdown (text) files as its database. It reads and writes to the text files in the directory it was started in so it is possible to use text editors to edit the files. Version control is done through git. There is a git mode which automatically does a git commit on each file save.

##install

npm install nodewiki -g

note: you may need sudo

##Usage

nodewiki [command] [port]

Node Wiki can be started on any directory. To start it, simply type nodewiki in the directory that you want to start it in. Node wiki will start on port 8888 (unless you type nodewiki PORTNUMBER_HERE).

###Commands

  • nodewiki - Starts node wiki

  • nodewiki git starts node wiki in git mode

  • nodewiki help displays node wiki usage.

0.1.2

11 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.1

12 years ago