UNPKG
ghinfo
Version:
latest (4.0.1)
4.0.1
4.0.0
3.0.13
3.0.12
3.0.11
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.8
1.0.6
1.0.5
CLI util for generating a GitHub project information file
github.com/keindev/ghinfo
keindev/ghinfo
ghinfo
/
lib
/
cli
/
commands
/
generate.d.ts
9 lines
(8 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
CommandModule
,
Options
}
from
'yargs'
;
export
type
IArguments
= {
dir
:
string
;
type
:
string
; };
export
declare
const
command
:
CommandModule
<{ [
key
:
string
]:
Options
; },
IArguments
>;