arturadib / agility

Javascript MVC for the "write less, do more" programmer
http://agilityjs.com
MIT License
542 stars 70 forks source link

Is this project being maintained/branched elsewhere? #118

Open gavinengel opened 8 years ago

gavinengel commented 8 years ago

I like the fundamentals of agility.js. Has anyone branched it/renamed it to an active project?

freakyjoe commented 8 years ago

I am using it in one of my projects as GUI-backend for a small (a few k LOC) pure JS browser app here. Works really well and makes changes quite easy, since it keeps the code together. Unfortunately I think it is not being maintained by Arthur any more, as it seems. I have fixed a bug but do not have time for writing the tests...

Maybe we can revive the project again. Would love to do so but I am not that much of a JS expert. Rather I consider myself a user of JS to fit my needs.

computrav commented 8 years ago

I'm loving this framework, it's simplicity is great. I've not found it too buggy, and I think with a few more changes/fixes it would be great. I'd love to see a commit to master more-recently than 3 years :)

I'm happy to help out if I can be made a contributor to the repo.

@arturadib Are you still around? What are your thoughts?

freakyjoe commented 8 years ago

Well, I'd rather try to reach @r2r (Artur Adib) on Twitter, where he is quite active at the moment... Better reach out for his attention there.

tsolin-exp commented 8 years ago

@freakyjoe Done, thanks. We'll see what happens.

The more I look at other frameworks, the more I'm loving Agility. I'm a seasoned JS guy, but new to JS MVC/etc frameworks. I love it's cleanliness and simplicity. I have also written a little helper class though which has streamlined the use of Agility.js even more in my project.