This is a kickstart project for your li3 needs. It helps you, starting with li3 development.
There are two possible ways of integrating. If you already have setup your repository you go this way:
git remote add kickstart [email protected]:bruensicke/lithium_kickstart.git
git fetch kickstart
git merge -s recursive -X theirs kickstart/master -q --squash
git commit -m "kickstart lithium project"
git remote rm kickstart
chmod -R 0777 resources log
Clone lithium_kickstart with your favorite git client into your workspace:
git clone --recursive [email protected]:bruensicke/lithium_kickstart.git new_project
Now, make sure resources is writable:
chmod -R 0777 resources
You can bump the version, as noted in VERSION.txt via this handy command:
scripts/bump 0.1.0 Added awesome stuff
This updates the CHANGELOG.txt and (if setup that way) auto-commits and tags this release.
Note: Make sure you want to auto-commit.
In case you want to have a different VERSION.txt and CHANGELOG.txt file, you can configure that in the bump script like that (see bump line 12-14):
# please adjust to your needs
autocommit=true
version_filename="VERSION.txt"
changelog_filename="CHANGELOG.txt"
For transparency and insight into our release cycle, and for striving to maintain backwards compatibility, this project will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the follow format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backwards compatibility bumps the major
- New additions without breaking backwards compatibility bumps the minor
- Bug fixes and misc changes bump the patch
For more information on SemVer, please visit http://semver.org/.
- lithium
- lithium kickstart
- twitter bootstrap
- head.js
- jquery
- icanhaz.js
- bootbox.js
- moment.js
- jeditable
- prettify
Please report any bug, here: https://github.com/bruensicke/lithium_kickstart/issues