UNPKG
@hygiene/cli
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Keep your TODOs and FIXMEs healthy
github.com/Leko/hygiene
Leko/hygiene
@hygiene/cli
/
src
/
index.ts
6 lines
(4 loc)
•
137 B
text/typescript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
import
{ createCommand }
from
"./options"
;
import
{ plugins }
from
"./plugins"
;
createCommand
({ plugins }).
parse
();