-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Reed Law
committed
Jun 28, 2014
1 parent
d587130
commit 057cd24
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
rails-clean-architecture | ||
Rails Clean Architecture | ||
======================== | ||
|
||
Clean Architecture (http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html) template for Rails apps | ||
*[Clean Architecture](http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html) template for Rails apps* | ||
|
||
Instructions | ||
------------ | ||
|
||
``` | ||
git clone git@github.com:reedlaw/rails-clean-architecture.git | ||
rails new APP_NAME --skip-action-view --skip-sprockets --skip-spring --skip-javascript --skip-test-unit --skip-bundle -m rails-clean-architecture/rails-clean-architecture.rb | ||
``` |