Skip to content

friendsoftheweb/readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Guides, conventions, and templates intended to make FTW projects more consistent, especially related to documentation and development tasks.

Foremost, each project should have a README.md which clearly describes the project and how to run in.

If you are ever unable to get a project up and running to test or develop it, file an issue.

General README Template

Markdown

Use Github Flavored Markdown for READMEs and other documentation.

Code Blocks

Wrap code blocks in ``` with the language name for syntax highlighting.

```ruby
def method
  // ...
end
```

Specific Guides

Rails

Cocoa

About

Guides, Conventions, and Templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published