frost
Version, currently 0.1.05 versions
- 0.2.3latestMar 23, 2016
- 0.2.2not indexedOct 15, 2023
- 0.2.1not indexedOct 15, 2023
- 0.2.0not indexedOct 15, 2023
- 0.1.0not indexedOct 15, 2023
github.com/ysbaddaden/frost
Full featured Web framework (MVC)
120 stars
0 dependents
License: MIT
Nothing has been indexed for 0.1.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
frost:
github: ysbaddaden/frost
version: ~> 0.1.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
# Frost Full featured MVC Web Framework for the Crystal programming language, largely inspired by Ruby on Rails (ie. implements most of its API). Frost is to Ruby on Rails what Crystal is to Ruby: similar API, developer hapiness and productivity, but enhanced with static typing (mostly hidden) and incredible performance. ## STATUS: DEVELOPER PREVIEW Frost is in _developer preview_, and must be considered alpha software until further notice. Features may be added, dropped, tweaked, or changed at any time. Please experiment with Frost, contribute to Frost, let's make it incredible, but build software with it at your own risk! TLDR: using Frost is like using Crystal. It's great, but be prepared to fix your software on a regular basis. You've been warned :-) ## INSTALL Start by cloning the Frost repository, then use the application generator to bootstrap your project. For example for a `myapp` application: ``` $ git clone https://github.com/ysbaddaden/frost.git $ crystal frost/src/cli.cr -- new myapp $ cd myapp $ crystal deps install ``` ## Getting Started Nothing fancy, just the regular flow: Data: - write migrations in `db/migrations`; - create models in `app/models`; - write tests in `test/models`. Application Logic: - add routes to `config/routes.cr`; - create controllers and actions in `app/controllers`; - design views in `app/views`; - write tests in `test/controllers`. See [Getting Started With Frost](https://github.com/ysbaddaden/frost/blob/master/guides/GETTING_STARTED.md) for an example. ## Requirements Since Crystal introduces changes on a regular basis, Frost may not compile with the version of Crystal you are using. The Frost master branch should follow changes in Crystal's master branch, and thus require the Crystal master branch. Frost releases should always be usable with the latest Crystal release. In some cases it may require the previous Crystal release. In this case, switching to the Frost master branch should fix the compilation errors until a new Frost release is made. ## Contribute Thanks for considering to contribute! Please see [CONTRIBUTING](https://github.com/ysbaddaden/frost/blob/master/CONTRIBUTING.md) to get started. ## License Distributed under the MIT License. See [MIT-LICENSE](https://github.com/ysbaddaden/frost/blob/master/MIT-LICENSE) ## Authors - The Ruby on Rails Team that modeled an awesome framework. - Julien Portalier (@ysbaddaden) for bringing it to Crystal.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- Oct 15, 2023
- Commit
eff9cf340182- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/ysbaddaden/frost
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 5