This website requires JavaScript.
Explore
Help
Sign In
status-im
/
embark-area-51
Watch
2
Star
0
Fork
0
You've already forked embark-area-51
mirror of
https://github.com/status-im/embark-area-51.git
synced
2025-01-11 14:34:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
embark-area-51
/
bin
/
embark
5 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add embark binary
2015-05-24 09:03:43 -04:00
#!/usr/bin/env node
Alter require to support `npm link`
2015-08-25 16:56:00 -07:00
var Embark = require('..');
fix lint errors
2016-10-22 13:29:41 -06:00
Embark.process(process.argv);
Reference in New Issue
Copy Permalink