Skip to content

DavideDaniel/distill-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

distill-js

Distill comments from your javascript code.

Installation

$ npm install distill-js

What this does...

Distill-js is a command line node package app that reads through your javascript code, extracts your comments, then appends them to a markdown file. Use it to peruse comments or prep for documentation.

Usage

$ distill [fileName]

Test

$ npm test

Next up

  • Additional regex for different ways to comment out js
  • Test for cli

Version

0.1.1

License

License