Skip to content

A lightweight, JavaScritpt framework, where you are in charge!

License

Notifications You must be signed in to change notification settings

jwatte/jsframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsframework -- the lightest weight framework

Include it

<script src="src/main.js"></script>

Then, use it

<script>
JS.require("/mything.js", function(thing) {
    thing.beAwesome();
});
</script>

You should include modules for whatever non-core functionality you need. jsframework is explicitly lightweight and doesn't impose policy -- this is a good thing!

Share it!

Don't be afraid; we've got your back; as long as you are a legitimate developer! Jsframework strikes that careful balance between inclusiveness and moderation that's needed for a healthy online community.

http://github.com/jwatte/jsframework

About

A lightweight, JavaScritpt framework, where you are in charge!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published