This website requires JavaScript.
Explore
Help
Sign In
status-im
/
metro
mirror of
https://github.com/status-im/metro.git
Watch
2
Star
0
Fork
You've already forked metro
0
Code
Issues
Projects
Releases
Wiki
Activity
a854ce37c1
metro
/
packager.sh
7 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2015-01-30 01:10:49 +00:00
#!/bin/bash
ulimit
-n
4096
THIS_DIR
=
$(
dirname
"
$0
"
)
[react-packager] Add root to packager rootProjects via cli | Boopathi Rajaa
2015-02-19 19:21:34 +00:00
node
$THIS_DIR
/packager.js
"
$@
"