A repository of all the important business papers running Brilliant Fantastic as a consultantcy. For the world to see.
These important business papers are written in markdown, also known as god's format. To convert these to a sendable format, we can take advantage of Pandoc.
You need Ruby and a clone of this repo locally to convert the documents.
- Ruby
- Git
- Pandoc - You can run
brew install pandoc
in order to install it. - BasicTeX
- Bundler - You can run
gem install bundler
in order to install it.
- Clone the repo
git clone https://github.com/brilliantfantastic/business.git
- Install the gems
bundle install
- Run the rake task
bundle exec rake "convert[contracts/support_contract.md]"
The output is placed in the /output
directory as the name of the document and the document will automatically open.