Garaj
a tiny web app which lets you browse your project`s source code locally using a web browser.
Installation
Add this line to your application's Gemfile:
group :development
gem 'garaj'
end
Or install to your system:
$ gem install garaj
Usage
Go to your project's folder and start garaj:
$ cd my-awesome-app/
$ garaj
Visit your garaj using a web browser at:
Roadmap
- File, page icons
- Readme.md support
- Markdown support
- Support non-text file types
- Running as deamon (garaj -d)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request