mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-07-05 13:58:41 +08:00
8 lines
121 B
Bash
Executable File
8 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
# Generate dartdoc documentation and preview in a browser.
|
|
|
|
doc="doc"
|
|
|
|
dartdoc && \
|
|
open "$doc"/api/index.html
|