This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
myt
Watch
0
Star
0
Fork
You've already forked myt
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
259ec371c4
myt
/
cli.js
5 lines
71 B
JavaScript
Executable File
Raw
Blame
History
#!/usr/bin/env node
const
MyVC
=
require
(
'./myvc'
)
;
new
MyVC
(
)
.
run
(
)
;
View Git Blame
Copy Permalink