index
:
Website Creator
main
Node+React+MongoDB App to help create and maintain websites (WIP)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
is-ci
/
bin.js
blob: 0c56c01f261c865f431f25bb3965ecc0fb19af41 (
plain
) (
blame
)
1
2
3
4
#!/usr/bin/env node
'use strict'
process
.
exit
(
require
(
'./'
)
?
0
:
1
)