Ali

Float like a butterfly, sting like a bee. -Muhammad Ali

Installation

gem install ali

Usage

Development

Setup

  1. Clone the project
   git clone git://github.com/hopsoft/ali.git
   cd ali
  1. Install dependencies and prepare environment for development
   bin/dev/setup

   # or...
   asdf install ruby 2.7.8
   asdf local ruby 2.7.8
   gem install bundler -v 1.17.3
  1. Install GEM dependencies
   bin/dev/update

   # or...
   bundle _1.17.3_ update
  1. Use the GEM and test your contribution
   bundle exec ali --help
  1. Standardize your code before creating a Pull Request
   bin/dev/standardize

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/hopsoft/ali. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

Code of Conduct

Everyone interacting in the Ali project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Copyright (c) 2023 Nathan Hopkins, @hopsoft. See BSD 3-Clause License (Revised) for further details.