1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00
A consistent code style guide for SQL to ensure legible and maintainable projects
Find a file
Simon Holywell ccd191ba71 Correct licence reference in footer
`{{ site.url }}` refers to the wrong place once you fork the project and host it somewhere else - think I might have to revise the original to hardcode this in as well.
2017-02-28 12:33:03 +10:00
_includes Correct licence reference in footer 2017-02-28 12:33:03 +10:00
_layouts Update default.html 2017-01-04 17:08:03 -06:00
.gitignore gitignore the gemfile lock 2015-07-03 14:23:37 +01:00
_config.yml Update _config.yml 2017-01-04 17:15:24 -06:00
Gemfile Add dependency management 2015-07-03 14:22:17 +01:00
index.md Add in a TOC 2015-07-07 09:45:27 +01:00
LICENCE Update the licence file with the correct contact details 2016-12-13 12:02:46 +10:00
README.md Update README.md 2017-01-04 16:04:05 -06:00
scripts.js Add some more ancillilary info 2015-07-13 11:48:15 +01:00
style.css Update style.css 2017-01-04 17:11:44 -06:00

SQL style guide For Microsoft SQL Server

Read the guide


General

The guide is written in Markdown and uses Jekyll via GitHub's Pages facility to render itself upon pushing to the gh-pages branch.

Sources

The markdown source for the guide can be found in _includes/sqlstyle.guide.md

Installing for local development

There is a Gemfile supplied so you just need to follow the GitHub Pages documentation to install the dependencies.

To then run it locally bundle exec jekyll serve

Original SQL style guide by Simon Holywell is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at http://www.sqlstyle.guide.