MCPcopy Index your code
hub / github.com/tbranyen/backbone-boilerplate

github.com/tbranyen/backbone-boilerplate @1.0.0 sqlite

repository ↗ · DeepWiki ↗ · release 1.0.0 ↗
0 symbols 0 edges 12 files 0 documented · 0%
README

Boilerplate

Build Status Coverage Status Dependency Status

Backbone Boilerplate

This boilerplate is the product of much research and frustration. Existing boilerplates freely modify Backbone core, lack a build process, and are very prescriptive; Backbone Boilerplate changes that.

The Backbone Boilerplate is a way of organizing a web application with some opinionated defaults: such as Backbone, Lo-Dash, jQuery, RequireJS, Bower, Grunt, and the HTML5 Boilerplate styles.

Organize your application with a logical file structure, develop your Models/Collections/Views/Routers inside modules, and build knowing you have efficient code that will not bottleneck your users.

Thanks to our Contributors! Special Thanks to: cowboy, iros, nimbupani, wookiehangover, and jugglinmike for helping me create this project. Extra Special Thanks to: Paul Guinan for giving me usage rights to his fantastic Boilerplate character.

Documentation

View the Backbone Boilerplate documentation here:

GitHub Wiki

Getting started

The easiest way to get started is to install Git and clone the repository:

# Using Git, fetch only the latest commits.  You won't need the full history
# for your project.
git clone --depth 1 git@github.com:backbone-boilerplate/backbone-boilerplate.git

# Move the repository to your own project name.
mv backbone-boilerplate my-project

You will need to download and install Node.js if you want to use the commands in the following sections.

Updating dependencies

Third party packages may update independently from this main repo, so it's a good idea to update after fetching.

# Install Bower.  Depending on your user account you may need to gain
# elevated privileges using something like `sudo`.
npm install -gq bower

# Install NPM and Bower dependencies (Bower is hooked up in package.json).
npm install -q

Build process

The build process consists of numerous Grunt plugin tasks that work together to optimize your application.

# Make sure you install grunt-cli globally.  Depending on your user account you
# may need to gain elevated privileges using something like `sudo`.
npm install -gq grunt-cli

# To run the build process, run the default Grunt task.
grunt

# Run a build and test the now optimized assets.
grunt default server:release

License

Copyright © 2013 Tim Branyen (@tbranyen)
Licensed under the MIT license.

Core symbols most depended-on inside this repo

Shape

Dependencies from manifests, versioned

bbb0.2.0 · 1×
bower1.2.6 · 1×
coveralls2.3.0 · 1×
grunt0.4.1 · 1×
grunt-cli0.1.9 · 1×
grunt-contrib-clean0.5.0 · 1×
grunt-contrib-compress0.5.2 · 1×
grunt-contrib-copy0.4.1 · 1×
grunt-contrib-cssmin0.6.1 · 1×
grunt-contrib-jshint0.6.0 · 1×
grunt-karma0.6.2 · 1×
grunt-processhtml0.1.0 · 1×

For agents

$ claude mcp add backbone-boilerplate \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact