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
4989876135
embark-area-51
/
bin
/
embark
5 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add embark binary
2015-05-24 13:03:43 +00:00
#!/usr/bin/env node
Alter require to support `npm link`
2015-08-25 23:56:00 +00:00
var Embark = require('..');
working run
2016-08-18 00:29:41 +00:00
Embark.process(process.argv)