Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelp-framework/kelp
Main repository of the Kelp web framework
https://github.com/kelp-framework/kelp
cpan hacktoberfest perl perl-kelp plack web webdevelopment webframework
Last synced: 1 day ago
JSON representation
Main repository of the Kelp web framework
- Host: GitHub
- URL: https://github.com/kelp-framework/kelp
- Owner: Kelp-framework
- Created: 2013-03-28T04:10:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T16:17:02.000Z (4 months ago)
- Last Synced: 2024-08-01T08:49:54.272Z (4 months ago)
- Topics: cpan, hacktoberfest, perl, perl-kelp, plack, web, webdevelopment, webframework
- Language: Perl
- Homepage: http://kelp-framework.github.io/
- Size: 1.87 MB
- Stars: 69
- Watchers: 16
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
A web framework light, yet rich in nutrients
Kelp is a Perl web framework focused on Plack application toolkit. It's lean,
fast and extensible. [See our website](https://kelp-framework.github.io) for details.## Installation
Kelp is [distributed through CPAN](https://metacpan.org/release/Kelp). It can
be installed through a local CPAN client, for example:```sh
cpanm Kelp
```## Documentation
The Kelp manual can be viewed either online on
[metacpan](https://metacpan.org/pod/Kelp::Manual) or offline by
running a `perldoc Kelp::Manual` command. For detailed information, consult
documentation pages for specific parts of Kelp.## Bugs and feature requests
Please use the Github's issue tracker to file both bugs and feature requests.## Contributions
Contributions to the project in form of Github's pull requests are welcome.
Please make sure your code is in line with the general coding style of the
module. Let us know via a github issue if you plan something bigger so we can
talk it through.### Author
Stefan Geneshky### Contributors
In no particular order:Julio Fraire
Maurice Aubrey
David Steinbrunner
Gurunandan Bhat
Perlover
Ruslan Zakirov
Christian Froemmel (senfomat)
Ivan Baidakou (basiliscos)
roy-tate
Konstantin Yakunin (@yakunink)
Benjamin Hengst (notbenh)
Nikolay Mishin (@mishin)
Bartosz Jarzyna (bbrtj)
## License
This framework is governed by the same license as Perl itself.