Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickserv/templates
A small collection of simple templates for popular languages, frameworks, and tools.
https://github.com/nickserv/templates
Last synced: 23 days ago
JSON representation
A small collection of simple templates for popular languages, frameworks, and tools.
- Host: GitHub
- URL: https://github.com/nickserv/templates
- Owner: nickserv
- Created: 2012-03-01T02:06:41.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T07:28:47.000Z (over 2 years ago)
- Last Synced: 2024-08-02T11:59:32.223Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Templates
A small collection of simple templates for popular languages, frameworks, and tools.## Files
Name | Description
--- | ---
build.xml | a sample build file for Ant projects using Java
construction.html | a tiny placeholder page for sites that are under construction
cookies.js | a simple cookie script for JavaScript (see http://www.quirksmode.org/js/cookies.html)
index.html | a simple, valid HTML 5 template that links to all included JS and CSS files (check out the source for other cool stuff!)
reset.css | a CSS reset to avoid styling inconsistencies across browsers (see http://meyerweb.com/eric/tools/css/reset/)## Generators and References
Many frameworks and tools have built in generators for new projects. These can often be more helpful than templates, since many generators have configurable options.Type | Command | More Information
--- | --- | ---
Rails App | `rails new` | http://guides.rubyonrails.org/command_line.html#rails-new
Ruby Gem | `bundle gem` | http://bundler.io/v1.3/rubygems.html
Jekyll Site | `jekyll new` | http://jekyllrb.com/
Express App | `express` | http://expressjs.com/
Git Ignore File | | https://github.com/github/gitignore