This website requires JavaScript.
Explore
Help
Sign In
status-im
/
embark-area-51
mirror of
https://github.com/status-im/embark-area-51.git
Watch
2
Star
0
Fork
You've already forked embark-area-51
0
Code
Issues
Projects
Releases
Wiki
Activity
9f40958e6a
embark-area-51
/
bin
/
embark
5 lines
101 B
JavaScript
Executable File
Raw
Blame
History
#!/usr/bin/env node
var
Cmd
=
require
(
'../lib/cmd'
)
;
var
cli
=
new
Cmd
(
)
;
cli
.
process
(
process
.
argv
)
;
Reference in New Issue
View Git Blame
Copy Permalink