WikiMD
Turn any Git-repository into a Wiki!
Installation & Usage
# Install WikiMD
$ gem install wikimd
# browse to your Git-repo and run wikimd
$ cd my/git/repo
$ wikimd
[2015-10-01 02:20:32] INFO WEBrick 1.3.1
[2015-10-01 02:20:32] INFO ruby 2.2.3 (2015-08-18) [x86_64-darwin14]
[2015-10-01 02:20:32] INFO WEBrick::HTTPServer#start: pid=48477 port=8777
# WikiMD will automatically pick up "thin" or similar if installed
That's all! Now browse to localhost:8777 and browse your repository!
Development
After checkout, run script/setup
to install dependencies. Run bundle exec rspec
to run unit tests, or bundle exec cucumber
to run feature specs.
If you make changes to the SCSS files, run script/build
to regenerate the CSS files.
To automatically rebuild CSS, run
bundle exec scss --sourcemap=none --watch _scss/wikimd.scss:lib/wikimd/app/public/assets/css/wikimd.css
However, still run script/build
before committing if you changed any SCSS files!
To install this gem onto your local machine, run bundle exec rake install
.
Contributing
- Fork it ( https://github.com/mhutter/wikimd/fork )
- 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 a new Pull Request
Bug reports and pull requests are welcome on GitHub at https://github.com/mhutter/wikimd.
License
The gem is available as open source under the terms of the MIT License.