UNPKG
@qiwi/tech-radar
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.13.29
1.13.27
1.13.26
1.13.25
1.13.24
1.13.23
1.13.19
1.13.18
1.13.17
1.13.16
1.13.15
1.13.14
1.13.13
1.13.12
1.13.11
1.13.10
1.13.9
1.13.8
1.13.7
1.13.6
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.3
1.12.2
1.12.1
1.12.0
1.11.1
1.11.0
1.10.1
1.10.0
1.9.0
1.8.0
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
Fully automated tech-radar generator
github.com/qiwi/tech-radar
qiwi/tech-radar
@qiwi/tech-radar
/
src
/
main
/
js
/
index.d.ts
13 lines
(12 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
interface
Options
{
input
:
string
,
output
:
string
,
cwd
?:
string
,
basePrefix
?:
string
,
autoscope
?:
boolean
,
navPage
?:
boolean
,
navTitle
?:
string
,
navFooter
?:
string
temp
?:
string
}
export
declare
function
run
(
options
:
Options
):
void
;