launch

launch

Productivity. Performance. Happiness.

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

Build Status Version License

Liberapay patrons Gitter

Welcome to Launch

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

The purpose of Launch 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.

Launch 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 #launch or Gitter room or ask on Stack Overflow under the launch-framework tag.

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

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

Documentation

Read Launch documentation on https://docs.launchframework.org

Benchmarks

Techempower Framework Benchmarks - Round 18 (2019-07-09)

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

Installation & Usage

macOS

brew tap launchframework/launch
brew install launch

Linux

git clone https://github.com/launchframework/launch.git
cd launch
git checkout stable
make
sudo make install

If you're using ArchLinux or similar distro try:

yay -S launch

Common

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

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

dependencies:
  launch:
    github: launchframework/launch

Read Launch quick start guide

Read Launch CLI commands usage

Read more about Launch CLI installation guide

Have an Launch-based Project?

Use Launch badge

Launchcr Framework

[![Launchcr Framework](https://img.shields.io/badge/using-launch_framework-orange.svg)](https://launchframework.org/)

Contributing

Contributing to Launch 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 Launch.

Tracking issues? Check our project board.

Code Triage? Join us on codetriage.

Open Source Contributors

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

  1. Fork it https://github.com/launchframework/launch/fork
  2. Create your feature branch git checkout -b my-new-feature
  3. Write and execute specs and formatting checks ./bin/launch_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 Launch contributors

License

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

Acknowledgments

Repository

launch

Owner
Statistic
  • 0
  • 0
  • 2
  • 0
  • 16
  • over 3 years ago
  • October 31, 2020
License

MIT License

Links
Synced at

Wed, 24 Apr 2024 17:48:01 GMT

Languages