Sha256: 92395ecf83252e90c4426e2b72ce1eb972891f16454eb4c373c2739119ab00a6

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 KB

Contents

# Bhook

Bhook is a static website generator that works off a git repo containing a markdown file based wiki.

## Installation

Install it yourself as:

    $ gem install bhook

## Usage

Getting help:

	$ bhook --help
	Bhook version 0.1.0
	Usage: bhook --source /source/path --output /output/path
	    -s, --source=SOURCE              Path to version controlled directory containing source md files
	    -o, --output=OUTPUT              Path to directory where output files are to be generated
	    -w, --watch                      Continuously watch the source directory for changes and generate output
	    -t, --typechecking               Enables sorbet runtime typechecking. Only useful when developing bhook.
	    -h, --help                       Prints this help

How I use it:

	➜  essays git:(main) ✗ bhook -s . -o /tmp/out -w
## Development

1. `git clone --recursive git@gitlab.com:kaiwren/bhook.git`
2. After checking out the repo, run `bundle install` to install dependencies.
4. Then, run `bundle exec rake` to run the specs and sorbet typechecking. 

## Contributing

Bug reports and pull requests are welcome on Gitlab at https://gitlab.com/kaiwren/bhook.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bhook-0.1.1 README.md