This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
yui-git /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Wed Apr 08 10:36:33 -0700 2009 | |
| |
README.textile | Tue Aug 18 09:38:39 -0700 2009 | |
| |
git-yui | Wed Nov 04 12:44:54 -0800 2009 | |
| |
git-yui.bash | Fri Apr 17 23:59:58 -0700 2009 |
README.textileMac/Linux
Windows/Cygwin
YUI Git
This is an attempt at making a: git yui command line tool for use when contributing to YUI.
Screen Shots
Added Screen Shots here: http://wiki.github.com/davglass/yui-git/screen-shots
Installation
Mac/Linux
You must have python/setuptools installed on your machine before this will work.
Windows/Cygwin
Install python in cygwin, then download and install setuptools:
http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c9.tar.gz#md5=3864c01d9c719c8924c455714492295e
cd setuptools-*
python setup.py install
Now install the simplejson module
easy_install simplejson
Now clone the project. Then place the git-yui file in your path somewhere.
That should do it. Eventually, I’ll build a Makefile for it :)
TODO (in order of importance)
- Sync Sources (working)
- Fetch/Merge another users repo (working)
- Build a Component from Source (working1)
- Build all Component Sources (working1)
- Generate API Docs (working2)
- Run JSLint on a file (working)
- List all project forks (working)
- Submit a Pull Request (working)
- Create Build Files (working)
- Bash Completion Support5
- Windows Support4
- Commit/Comment on a ticket (working)
- View summary of a ticket (working)
- View a list of your tickets (working)
1 Partially working, waiting on developers to standardize build files
2 Partially working, all docs currently throws an error (one of the files in src is bad.).
4 If anyone wants to help out with this part, please do. I don’t like building dev tools on Windows.
5 Partial Bash completion working for the top most commands. Info added here







