Skip to content

Commit

Permalink
Added installation instructions, examples and copyright to README [#9…
Browse files Browse the repository at this point in the history
… state:resolved]
  • Loading branch information
Luca Guidi committed May 18, 2008
1 parent d10ac03 commit 781073f
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
* Added installation instructions, examples and copyright to README [#9 state:resolved]

* Created gemspec file [#8 state:resolved]

* Added MIT-LICENSE [#10 state:resolved]
Expand Down
72 changes: 72 additions & 0 deletions README
@@ -1 +1,73 @@
Sashimi
=======

Sashimi is a Rails plugins manager.
It allows to install your favourite plugins in a local repository and add them to your Rails apps.
The main goal is to allow the plugins offline installation.



Installation
============

$ (sudo) gem install jodosha-sashimi --source=http://gems.github.com



Usage
=====

Install a plugin from a subversion URL:
$ sashimi install http://dev.rubyonrails.com/svn/rails/plugins/continuous_builder

Install a plugin from a git URL:
$ sashimi install git://github.com/jodosha/click-to-globalize.git

Uninstall a plugin:
$ sashimi uninstall continuous_builder

Update a plugin:
$ sashimi update click-to-globalize

List all installed plugins:
$ sashimi list

Add installed plugin(s) to a Rails app:
$ sashimi add click-to-globalize



Known And Common Issues
=======================

* When add a plugin to an app, make sure your current directory is the rails root.

* Only Subversion and Git repositories are currently supported.


Contribute
==========

* Check out the code and test it:
$ git clone git://github.com/jodosha/sashimi.git
$ rake

* Create a ticket to: http://sushistar.lighthouseapp.com

* Create a patch and add as attachement to the ticket.


Credits
=======

Partially inspired to RaPT[http://rapt.rubyforge.org/].



Home Page
=========
http://lucaguidi.com/pages/sashimi



Copyright (c) 2008 Luca Guidi - http://lucaguidi.com, released under the MIT license

0 comments on commit 781073f

Please sign in to comment.