Tag Archives: github

Readme

Have I mentioned that I love GitHub? When you put a readme file into a folder that file is formatted and presented nicely through GitHub’s file browser. For example: https://github.com/visionmedia/uikit Scrolling down a little we can see a nicely formatted readme file.

Posted in Banter, Code, Resources, Robotlegs, Tutorials | Tagged , , | Leave a comment

Linking to your GitHub code

It’s pretty easy to link directly to a line of code in your GitHub repo: robotlegs/robotlegs-framework/blob/master/src/org/robotlegs/core/IContextProvider.as#L16 Don’t do that you naughty sausage! Your codebase will evolve (if all goes well), and line 16 will be replaced by a newer, shinier string of characters. Or, in this case, it’ll point to something that no longer exists. This, on the other hand, is more likely to stick around to haunt its author (me): robotlegs/robotlegs-framework/blob/v1.1.2/src/org/robotlegs/core/IContextProvider.as#L16 Select a tag before you link to your … Continue reading

Posted in Banter, Robotlegs | Tagged , , , | Leave a comment