232,905 Installs and Counting! Get Sparks Now!
Hey! Keep up to date with the project through its beta and public launch by following @getsparks.
Tweet
A Quick Looks At Sparks (EllisLab Official Post)
March 11, 2012
from: codeigniter.com
The Top Sparks of 2011
December 31, 2011
from: codefury.net
CodeIgniter Starter Project − A Starting Point for Any CI Dev
December 12, 2011
from: github.com
NetTuts+ Tutorial for GetSparks
November 24, 2011
from: net.tutsplus.com
Specs are a required part of submitted sparks as of the beta launch.
At the root of every spark is a spec file named spark.info. This spec file provides information to the GetSparks contribution processor. It has information about compatibility and dependencies.
An example of a spec is specified below:
# This is the spark-sdk specification. It's in a magical format without a name. # Use this format while developing your own sparks! # This is the spark name. This should be the registered name of the spark. # It's only used for informational purposes. name: spark-sdk # This is the current version of this spark. All sparks should be in # x.x.x format. Validation will fail otherwise. This is the version # that will appear on the website. version: 1.0.0 # This is the version of CodeIgniter this spark is compatible up to. It should # be in x.x.x format compatibility: 2.0.2 # These are other sparks which this spark needs in order to work correctly. # Dependencies should be in NAME: VERSION format, where NAME is an existing # spark name, and VERSION is a version in x.x.x format. # This is optional, so comment it out if it's unneeded dependencies: spark-1: 1.0.0 spark-2: 1.0.0 # These are tags to associate your spark with tags: ["some", "tags", "here"]
More attributes will be added in the future.