https://github.com/fnando/zee
A mini web framework.
https://github.com/fnando/zee
framework framework-ruby ruby web-framework
Last synced: 5 months ago
JSON representation
A mini web framework.
- Host: GitHub
- URL: https://github.com/fnando/zee
- Owner: fnando
- License: mit
- Created: 2025-02-07T00:09:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T07:32:52.000Z (about 1 year ago)
- Last Synced: 2025-02-14T08:30:40.663Z (about 1 year ago)
- Topics: framework, framework-ruby, ruby, web-framework
- Language: Ruby
- Homepage:
- Size: 136 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Getting Started
First, install Zee if you haven't already:
```
gem install zee
```
To create a new Zee application, run the following command. You can replace
`myapp` with any name you like.
```console
$ zee new myapp
```
Now, enter the app's directory and start the development server:
```console
$ zee dev
```
You can now visit to see your application.
## Maintainer
- [Nando Vieira](https://github.com/fnando)
## Contributors
- https://github.com/fnando/zee/contributors
## Contributing
For more details about how to contribute, please read
https://github.com/fnando/zee/blob/main/CONTRIBUTING.md.
## License
The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT). A copy of the license can be
found at https://github.com/fnando/zee/blob/main/LICENSE.md.
## Code of Conduct
Everyone interacting in the zee project's codebases, issue trackers, chat rooms
and mailing lists is expected to follow the
[code of conduct](https://github.com/fnando/zee/blob/main/CODE_OF_CONDUCT.md).