FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
srcbuild/cli at release · plotdb/srcbuild · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
plotdb
/
srcbuild
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
srcbuild
/
cli
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
23 lines (23 loc) · 487 Bytes
Breadcrumbs
srcbuild
/
cli
Copy path
File metadata and controls
executable file
·
23 lines (23 loc) · 487 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/env node
// Generated by LiveScript 1.6.0
var
fs
,
path
,
i18n
,
lib
,
main
;
fs
=
require
(
'fs'
)
;
path
=
require
(
'path'
)
;
i18n
=
require
(
'./i18n'
)
;
lib
=
path
.
dirname
(
fs
.
realpathSync
(
__filename
)
)
;
main
=
require
(
lib
+
"/main"
)
;
i18n
(
{
enabled
:
true
}
)
.
then
(
function
(
i18n
)
{
var
ret
;
return
ret
=
main
.
lsp
(
{
i18n
:
i18n
}
)
;
}
)
;
/*
setTimeout (->
ret.demand 'web/.view/a.js'
ret.demand 'web/static/js/index.min.js'
ret.demand 'web/static/css/index.min.css'
), 2000
*/
Back
|
FazBrowse Home
|
New Git URL