Methods
run(options) → {Promise.<void>}
Generate static sites from csv/json/yml radar declarations
Parameters:
Name |
Type |
Description |
options |
Object
|
Properties
Name |
Type |
Attributes |
Description |
input |
string
|
|
globby pattern for input files |
output |
string
|
|
output directory |
cwd |
string
|
|
current working directory |
basePrefix |
string
|
<nullable>
|
web app root level prefix |
autoscope |
boolean
|
<nullable>
|
consider same-scoped files as subversions of a single radar |
navPage |
boolean
|
<nullable>
|
Generate navigation page |
navTitle |
string
|
<nullable>
|
Nav page title |
navFooter |
string
|
<nullable>
|
Nav page footer |
temp |
string
|
<nullable>
|
Temp directory |
|
- Source:
Returns:
-
Type
-
Promise.<void>