i just found compodoc, a documentation tool for angular projects. It works and can create a json file which contains all information about the project. However i want to get rid of all sourcecode information in the file, i need to do this for further processing of the information to the database.
I download the source code of compodoc in github, and modified it and build it. It gives me an index.js and index-cli.js file after the build. But i don't know what to do with those files.
Does anybody have an idea how to use them or knows how to remove sourcecode from json file?
Thanks.