eecs448-project-4/documentation/generate.sh

4 lines
125 B
Bash
Raw Normal View History

2020-11-01 18:53:08 +00:00
#!/bin/sh
yarn install
./node_modules/.bin/jsdoc --destination ./generated --readme ./README.md --recurse ../app ../frontend