# Bison Bison creates end to end applications. The Bison platform typically offers tools, frameworks, and services that cover the entire application development lifecycle, from designing the user interface (frontend) to managing data storage (database), including the logic and functionality (backend), and facilitating deployment and scaling (deployment infrastructure). ## Installation Install the gem and add to the application's Gemfile by executing: $ bundle add bison If bundler is not being used to manage dependencies, install the gem by executing: $ gem install bison ## Usage Run `bin/console` for an interactive prompt. ## Development ### Setting it up Run `bin/setup` to install dependencies. ### Running tests Run `rake spec` to run the tests. ### Running the console Run `bin/console` for an interactive prompt that will allow you to experiment. ### Installing on local machine To install this gem onto your local machine, run `bundle exec rake install`. ### Releasing the gem Update the version number in `lib/bison/version.rb`. Run `bundle exec rake release`, which will; - create a git tag for the version - push git commits and the created tag - push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/Sylvance/bison. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/GEM_USERNAME/GEM_NAME/blob/main/CODE_OF_CONDUCT.md). ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the Bison project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/Sylvance/bison/blob/main/CODE_OF_CONDUCT.md).