Skip to content
/ Bwf Public

Bwf (Beowulf): { A tool to define: javascript classes easily. }

License

Notifications You must be signed in to change notification settings

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.