Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lowkay/docscript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docscript

Join the chat at https://gitter.im/docscript/docscript

Build Status

A documentation generator for TypeScript projects.

See example

DocScript is still in the early stages of development, so don't be surprised if APIs change and things break. If something's not working properly, file an issue or submit a pull request!

Usage

npm i -g docscript
docscript generate --deepForeign

.docscript.json

To generate the doc you need to have .docscript.json at the root of your project. Sample content:

{
    "package": "docscript"
}

About

Documentation generator for TypeScript built with ReactJS [WIP]

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.4%
  • CSS 7.1%
  • JavaScript 4.9%
  • Other 0.6%