TSDoc
TSDoc copied to clipboard
A JSDoc3 base themed generator generator for use with Typescript Projects, uses a highly modified version Docstrap JsDoc3 Template.
When I run tsdoc, I get the following error. I can provide other files from my project if need be. ``` PS C:\Users\vroy1\Documents\Programming\Srini\Puzzles-Webapp\puzzled\puzzled-javascript\src> tsdoc TSDOC v0.0.4 TSDoc Generating doc... (node:34192)...
@xperiments We have been using the name "TSDoc" for a community effort to standardize the documentation comments used with TypeScript. We were planning to publish our NPM package using the...
Really cool project.. I look forward to seeing it completed. I'd like to request that jsdoc be added as a peer dependency and not a dependency so this tool will...
This should fix issue #12, it also modifies the behaviour of the main code by not printing the version of the software every time it runs. Hopefully this doesn't break...
Here are a few formatting changes to the readme which should make it look nicer and fix a few typos. The change to the gitignore should make development a tiny...
My project dir has a space in its name, which makes tsdoc crash with "Error: ENOENT: no such file or directory" on the name truncated at the space. It looks...
It looks like the argument `--version` is just ignored, and `tsdoc --version` does the same thing as `tsdoc`
Running: $ tsdoc Using node v4.4.2 and npm v2.15 Result: (node) sys is deprecated. Use util instead. TSDOC v0.0.4 TSDoc Generating doc... TSDoc Done. exec error: Error: Command failed: /bin/sh...
I don't think it's right to develop directly on npmjs.com. Until this fully works with linux/windows/mac and has a full test suite I think you should hold off submitting the...