Overblog Todos los blogs Blogs principales Tech & Ciencia
Edit post Seguir este blog Administration + Create my blog
MENU


How to use Docco in Windows.

Publicado por Tomas Corral activado 12 Enero 2013, 22:57pm

How to use Docco in a computer using Windows as O.S.

Docco is a new concept of document your code. If you use Docco you will have an human readable code that will improve your productivity.

  1. Install Node.js

  2. Install Phyton 2.7

  3. Install setuptools Phyton 0.6.11

  4. Add a new environment variable in your PATH, pointing to the Scripts folder in your Phyton folder. i.e.C:\Phyton27\Scripts

  5. To make your computer understand the new path you need it to be restarted.

  6. Install Pygments

    • Execute: easy_install Pygments

  7. Install Docco

    • Execute: npm install -g docco

  8. Create your project

  9. Add file comments using Markdown see documentation

  10. Open a CMD and move to your project directory

    • Execute: docco src/*.js

    Now you will have your docs directory generated

I hope you enjoy it.

 

 

Comentar este post

Archivos

¡Somos sociales!

Ultimos posts