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
a9797f85d2
embark-area-51
/
bin
/
embark
5 lines
79 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('..');
fix lint errors
2016-10-22 19:29:41 +00:00
Embark.process(process.argv);