Skip to content

andrewodri/transcription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status Dependency Status devDependency Status Gitter

What is Transcription?

Transcription is an ECMAScript 6 (ES6) documentation generator designed to provide JSON, Markdown, and template driven HTML output.

What can I expect from Transcription as development continues?

  1. Mutliple output formats. Flexible options should provided as each project and enviorment is unique. Transcription will out JSON structures (See Dox), Markdown (See Markdox), and template driven HTML output (See JSDoc).

  2. Dynamically linked projects and classes. One feature missing from many JavaScript documentation generators in linking to projects and classes outside of the scope of one single file. This is a feature that Transcription will aim to provide.

  3. Verify AST structures against JSDoc params. Becuase we have a proper AST object to compare with JSDoc doclets, an analysis will be peformed to verfiy that your comments matches the elements they are describing. This will developers track down any comments that become out of date, and inconsistencies that develop.

  4. Gulp npm module. After basic functionality has been implemented and tested, Transcription should be easy to integrate into your build system.

How can I use Transcription?

You can see Transcription in action on your own system by following these steps: (Dependant on Git and Node.js)

  1. npm install transcription
  2. One of the following commands: (For JSON, Markdown, and HTML respectively)
  • transcription --help
  • transcription -f html -i ./input -o ./output
  • transcription -f html -o ./output.html < ./input/controller.js
  • transcription -f html -o < ./input/controller.js > ./output/controller.html
  • transcription -f html -i ./input.html > ./output/controller.js

About

Documentation generator for ES6

Resources

License

Stars

Watchers

Forks

Packages

No packages published