UNPKG
fusox
Version:
latest (2.8.0)
next (1.11.0-next.1)
2.8.0
2.7.0
2.6.0
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.18.0
1.17.0
1.16.5
1.16.4
1.16.3
1.16.2
1.16.1
1.16.0
1.15.0
1.14.1
1.14.0
1.13.1
1.13.0
1.11.0
1.11.0-next.1
1.10.0
1.9.1
1.9.0
1.8.0
1.7.1
1.7.0
1.6.2
1.6.2-next.1
1.6.1
1.6.0
1.5.0
1.4.0
1.4.0-next.5
1.4.0-next.4
1.4.0-next.3
1.4.0-next.2
1.4.0-next.1
1.3.0
1.2.0
1.1.0
1.0.0
0.2.0
0.1.0
Command line wrapper for fuse-box
github.com/maximkott/fusox
maximkott/fusox
fusox
/
src
/
cli
/
examples.js
9 lines
(6 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
opn =
require
(
'opn'
)
module
.
exports
= {examplesCommand}
function
examplesCommand
(
) {
opn
(
'https://github.com/maximkott/fusox-examples'
)
setTimeout
(
() =>
process.
exit
(
0
),
1000
) }