amber

Open source efficient and cohesive web application framework web cohesive efficient fast framework amber amber-framework scaffolding cli web-framework
0.29.0 released

amber

Productivity. Performance. Happiness.

Amber makes building web applications fast, simple, and enjoyable - with fewer bugs and blazing fast performance.

Build Status Version License

Liberapay patrons Gitter

Welcome to Amber

Amber is a web application framework written in Crystal inspired by Kemal, Rails, Phoenix and other popular application frameworks.

The purpose of Amber is not to create yet another framework, but to take advantage of the beautiful Crystal language capabilities and provide engineers and the Crystal community with an efficient, cohesive, well maintained web framework that embraces the language philosophies, conventions, and guidelines.

Amber borrows concepts that have already been battle tested and successful, and embraces new concepts through team and community collaboration and analysis, which also aligns with Crystal's philosophy.

Community

Questions? Join our IRC channel #amber or Gitter room or ask on Stack Overflow under the amber-framework tag.

Guidelines? We have adopted the Contributor Covenant to be our CODE OF CONDUCT for Amber.

Our Philosophy? Read Amber Philosophy H.R.T.

Documentation

Read Amber documentation on https://docs.amberframework.org

Benchmarks

Techempower Framework Benchmarks - Round 17 (2018-10-30)

  • Filtered by Full Stack, Full ORM, Mysql or Pg for comparing similar frameworks.

Installation & Usage

macOS

brew tap amberframework/amber
brew install amber

Linux

git clone https://github.com/amberframework/amber.git
cd amber
git checkout stable
make
sudo make install

If you're using ArchLinux or similar distro try:

yaourt -S amber

Common

To compile a local bin/amber per project use shards build amber

To use it as dependency, add this to your application's shard.yml:

dependencies:
  amber:
    github: amberframework/amber

Read Amber quick start guide

Read Amber CLI commands usage

Read more about Amber CLI installation guide

Have an Amber-based Project?

Use Amber badge

Amber Framework

[![Amber Framework](https://img.shields.io/badge/using-amber_framework-orange.svg)](https://amberframework.org/)

Contributing

Contributing to Amber can be a rewarding way to learn, teach, and build experience in just about any skill you can imagine. You don’t have to become a lifelong contributor to enjoy participating in Amber.

Tracking issues? Check our project board.

Code Triage? Join us on codetriage.

Open Source Contributors

Amber is a community effort and we want You to be part of it. Join Amber Community!

  1. Fork it https://github.com/amberframework/amber/fork
  2. Create your feature branch git checkout -b my-new-feature
  3. Write and execute specs and formatting checks ./bin/amber_spec
  4. Commit your changes git commit -am 'Add some feature'
  5. Push to the branch git push origin my-new-feature
  6. Create a new Pull Request

Contributors

See more Amber contributors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

amber:
  github: amberframework/amber
  version: ~> 0.29.0
License MIT
Crystal 0.29.0

Authors

Dependencies 15

  • amber_router ~> 0.3.0
    {'github' => 'amberframework/amber-router', 'version' => '~> 0.3.0'}
  • cli ~> 0.7.0
    {'github' => 'mosop/cli', 'version' => '~> 0.7.0'}
  • compiled_license ~> 0.1.3
    {'github' => 'elorest/compiled_license', 'version' => '~> 0.1.3'}
  • exception_page
    {'github' => 'crystal-loot/exception_page'}
  • inflector ~> 0.1.8
    {'github' => 'phoffer/inflector.cr', 'version' => '~> 0.1.8'}
  • kilt ~> 0.4.0
    {'github' => 'jeromegn/kilt', 'version' => '~> 0.4.0'}
  • liquid ~> 0.3.0
    {'github' => 'TechMagister/liquid.cr', 'version' => '~> 0.3.0'}
  • micrate ~> 0.3.3
    {'github' => 'amberframework/micrate', 'version' => '~> 0.3.3'}
  • mysql ~> 0.6.0
    {'github' => 'crystal-lang/crystal-mysql', 'version' => '~> 0.6.0'}
  • pg ~> 0.16.1
    {'github' => 'will/crystal-pg', 'version' => '~> 0.16.1'}
  • redis ~> 2.2.0
    {'github' => 'stefanwille/crystal-redis', 'version' => '~> 2.2.0'}
  • shell-table 078a04ea58ead5203bb435a3b5fff448ddabaeea
    {'commit' => '078a04ea58ead5203bb435a3b5fff448ddabaeea', 'github' => 'luckyframework/shell-table.cr'}
  • slang ~> 1.7.1
    {'github' => 'jeromegn/slang', 'version' => '~> 1.7.1'}
  • sqlite3 ~> 0.12.0
    {'github' => 'crystal-lang/crystal-sqlite3', 'version' => '~> 0.12.0'}
  • teeplate ~> 0.7.0
    {'github' => 'mosop/teeplate', 'version' => '~> 0.7.0'}

Development Dependencies 1

  • ameba ~> 0.10.0
    {'github' => 'veelenga/ameba', 'version' => '~> 0.10.0'}
Last synced .
search fire star recently