UNPKG
create-chuntianxiaozhu
Version:
latest (1.1.3)
1.1.3
1.1.2
1.0.4
1.0.3
1.0.2
1.0.1
春天小猪模板工具
create-chuntianxiaozhu
/
template-electron
/
app
/
electron
/
jobs
/
example
/
hello.js
5 lines
(4 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
const
Log
=
require
(
'ee-core/log'
);
exports
.
welcome
=
function
(
) {
Log
.
info
(
'[child-process] [jobs/example/hello] welcome ! '
); }