Skip to content
/ azu Public

Application Development Toolkit for Crystal Language

License

Notifications You must be signed in to change notification settings

azutoolkit/azu

Repository files navigation

Azu

Codacy Badge Crystal CI

AZU is a toolkit for artisans with expressive, elegant syntax that offers great performance to build rich, interactive type safe, applications quickly, with less code and conhesive parts that adapts to your prefer style.

Documentation

Azu Toolkit Documentation

Semantics

  • Simplicity: pre-existing knowledge of users to minimise their learning curve when using a module, so anything with high unpredictability factor is a good candidate for re-design
  • Least Effort: Everyone tends to follow the path that is as close to effortless as possible.
  • Opportunity Cost: To make a good economic decision, we want to choose the option with the greatest benefit to us but the lowest cost.
  • Cost Of Delay: Emphasises holding on taking important actions and crucial decisions for as long as possible.
  • SOLID The SOLID principles do not only apply on software development but also when architecting a system.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      azu:
        github: azutoolkit/azu
  2. Run shards install

Contributing

1. Fork it (<https://github.com/eliasjpr/azu/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Contributors