mdextract
Version:
Extracts `/** code comments */` from code files and turns them into markdown docs. Supports JavaScript-style comments (other languages to come).
31 lines (30 loc) • 568 B
JSON
{
"name": "mdextract",
"description": "",
"keywords": [
""
],
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/mdextract.git"
},
"main": "index",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"devDependencies": {
"mocha": "^1.18.2",
"chai": "^1.9.1",
"coffee-script": "^1.7.1",
"sinon": "^1.9.0"
},
"bin": {
"mdextract": "./bin/mdextract"
},
"license": "MIT",
"dependencies": {
"nopt": "^2.2.1"
}
}