How to remove sourcecode from json file which is generated by compodoc

439 Views Asked by At

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.

0

There are 0 best solutions below