This website requires JavaScript.
Explore
Help
Sign In
status-im
/
re-natal
mirror of
https://github.com/status-im/re-natal.git
Watch
2
Star
0
Fork
You've already forked re-natal
0
Code
Issues
Projects
Releases
Wiki
Activity
7b1fe6998e
re-natal
/
index.js
5 lines
76 B
JavaScript
Raw
Normal View
History
Unescape
Escape
init
2015-08-22 03:45:42 +00:00
#!/usr/bin/env node
require
(
'coffee-script/register'
)
;
main.coffee -> natal.coffee
2015-10-04 21:57:25 +00:00
require
(
'./natal'
)
;