Skip to content

Instantly share code, notes, and snippets.

@rafszul
Last active November 27, 2017 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafszul/393a315fd93faeb593ce965f0cd61413 to your computer and use it in GitHub Desktop.
Save rafszul/393a315fd93faeb593ce965f0cd61413 to your computer and use it in GitHub Desktop.

// to generate documentation with copmpodoc

npm install -g @compodoc/compodoc npm install --save-dev @compodoc/compodoc

add in package.json

"scripts": {
  "compodoc": "./node_modules/.bin/compodoc -p tsconfig.json"
}

npm run compodoc

update your .gitignore file:

# campodoc documentation
/documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment