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
09fbd66417
embark
/
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);