GitXplorerGitXplorer
s

scribble

public
42 stars
7 forks
9 issues

Commits

List of commits on branch master.
Unverified
6063d5b23b552e8145f74ac1b393e158b7526a86

Merge pull request #23 from joshka/master

sshiftkey committed 11 years ago
Unverified
84f249c08fcc7a17f3e548b1e4db56f8d5401ec7

image links to correct location

jjoshka committed 11 years ago
Unverified
3384ad2263fb294bb5fbe981d0947abad36509f1

reordering folder structure

sshiftbot committed 12 years ago
Unverified
f2f7021b4b32c0a21fbd1457918e9591c5ecbae1

cleanup script

sshiftbot committed 12 years ago
Unverified
b224f668f73dd47a74764f636025a18dcd5546ba

automating the 'increment dev package version' which i always seem to do locally

sshiftbot committed 12 years ago
Unverified
e5573e37f723d7156f2f11abcaf1c1c842336d85

implemented #11 applying port number to template when installed

sshiftbot committed 12 years ago

README

The README file for this repository.

Scribble

Scribble is a NuGet package to do the heavy lifting of creating and maintaining documentation in your projects.

Check the docs folder for details about the concepts and ideas.

Specifically it is intended to:

  • make documentation easy and fun to write
  • keep code and documentation in sync
  • take your documentation and export it

Getting Started in 3 easy steps

  • Open your project in Visual Studio
  • Install-Package scribble -Pre from the Package Manager Console
  • There is no step 3

As part of the installation, Scribble will create the folder structure under docs in your solution folder (or repository root if it detects a git/hg repository) and open the site in your default browser.

Scribble will also open the Markdown template for the index so you can start editing quickly

screenshot of docs folder

In the background Scribble will open a tiny webserver to transform the Markdown files and other files into a website which you can view immediately in the browser

screenshot of browser

When you open the solution after subsequent usages, the previewer will startup again so you can keep your documentation close.

Features

Markdown everywhere

Code Snippet detection