UNPKG
@qbyco/tjs-cli
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.5
1.4.4
1.4.3
1.3.3
1.3.2
1.3.1
1.3.0
1.2.9
1.2.8
1.2.7
1.2.4
1.0.4
1.0.3
1.0.2
1.0.1
TrafaletJS CLI Tool
@qbyco/tjs-cli
/
resources
/
samples
/
component.js
5 lines
(4 loc)
•
93 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
TJS
.
module
(
"helloworld"
).
add
(
"HelloWorld"
, {
template
:
"helloworld-main"
});