This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
13ce054823
embark
/
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