UNPKG
generator-catberry
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
Yeoman generator for Catberry Framework
github.com/catberry/generator-catberry
generator-catberry
/
generators
/
app
/
templates
/
jade
/
catberry_components
/
document
/
Document.js
12 lines
(8 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
/* * This is a Catberry Cat-component file. * More details can be found here * http://catberry.org/documentation#cat-components-interface */
class
Document
{ }
module
.
exports
=
Document
;