mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2025-12-11 20:15:30 +01:00
Add generate_docs.sh to Core/scripts
This commit is contained in:
parent
1b612d66ee
commit
dc3f8a68e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@
|
|||||||
/Core/node_modules
|
/Core/node_modules
|
||||||
/Core/tests/out
|
/Core/tests/out
|
||||||
/Core/lib
|
/Core/lib
|
||||||
|
/Core/docs
|
||||||
|
|
||||||
# Editor
|
# Editor
|
||||||
/Editor/node_modules
|
/Editor/node_modules
|
||||||
|
|||||||
5
Core/scripts/generate_docs.sh
Executable file
5
Core/scripts/generate_docs.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Generating docs..."
|
||||||
|
cd ..
|
||||||
|
npx typedoc --entryPointStrategy expand ./src
|
||||||
Loading…
x
Reference in New Issue
Block a user