UNPKG
generator-neonode
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Yeoman generator to scaffold a Neonode Fullstack MVC Application
Empathia/neonode
generator-neonode
/
generators
/
app
/
templates
/
skeleton
/
src
/
javascripts
/
modules
/
foo.js
2 lines
(1 loc)
•
22 B
JavaScript
View Raw
1
2
export
default
'foo'
;