With Backbone.js, trivial chores such as package management must be configured before moving forward with your project. You also have to create a file structure, establish code standards, and dozens of other repeatable, time wasting tasks.
As a result, although Backbone.js is great for overall functionality and structure of your applications, it still leaves room for some improvement. At Sourcetoad we’ve developed our own JavaScript library that aims to fill in some of these gaps. We’re happy to announce this as an open-source project we’ve named Tadpole.js.
Tadpole.js is a JavaScript library meant to enhance Backbone.js, not replace it. Automation was the goal when creating Tadpole. It provides a boilerplate scaffold including powerful generators, gulp.js automation and more, right out of the box. Tadpole was created in an effort to reduce trivial tasks and decision making when setting up a Backbone application.
Give it a try on your next JavaScript application. We’ll be adding to the library continuously. You can take a look at the website here; or, visit the Github here. Leave us a comment telling us what you think and spread the word.