Skip to content

santojon/Bwf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bwf (Beowulf)

A tool to define javascript classes easily.
Example:

new Bwf(
    'Dashboard: {
        name: string,
        tiles: list,
        base: string,
        extras: object
    }'
).create();

Will be a class, defined in page scope.