kitsune
Version, currently master branch1 version
- master branchlatestMar 7, 2020
github.com/RX14/Kitsune
No description declared in shard.yml.
4 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
kitsune:
github: RX14/Kitsune
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.33.0- License
- MIT
- Author
- RX14
Dependencies
Runtime Dependencies
- radix*github: luislavena/radix
README
Kitsune
TODO: Write a description here
Installation
-
Add the dependency to your
shard.yml:dependencies: kitsune: github: RX14/kitsune -
Run
shards install
Usage
require "kitsune"
class App
include Kitsune::App(Kitsune::Context)
def routes
get "/" do |ctx|
ctx.response << "KYAAAA~"
end
end
end
App.new.listen
Kitsune listening on http://localhost:8088
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/RX14/kitsune/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- RX14 - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Mar 7, 2020
- Crystal
0.33.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/RX14/Kitsune
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1