Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tubbo/saur
a rapid web development framework for deno
https://github.com/tubbo/saur
activerecord deno ecmascript2018 framework javascript mvc typescript web
Last synced: about 2 months ago
JSON representation
a rapid web development framework for deno
- Host: GitHub
- URL: https://github.com/tubbo/saur
- Owner: tubbo
- Created: 2020-04-17T07:33:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:40:23.000Z (about 1 year ago)
- Last Synced: 2024-11-17T00:47:43.197Z (2 months ago)
- Topics: activerecord, deno, ecmascript2018, framework, javascript, mvc, typescript, web
- Language: JavaScript
- Homepage: https://denosaur.org
- Size: 2.15 MB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno Saur
A rapid development web framework for [deno][]. This README is for
developers of the project, for more information on the framework, check
out the [main site][] or [reference docs][].## Building From Source
To build Deno Saur locally, clone this repo and run `make`:
git clone https://github.com/tubbo/saur.git
cd saur
makeThis will install a `bin/saur` command-line interface from the code in
the repo. Use this to run CLI commands, generate apps/code, etc.## Running Tests
To run all tests:
make check
To run a single test:
deno test tests/path/to/the/test.js
## Code Formatting
This project uses `deno fmt` to format code. Make sure you run this
command before committing:make fmt
## Contributing
Please make contributions using a pull request, and follow our code of
conduct. In order for your contributions to be accepted, all tests must
pass. Thanks for contributing to open-source![deno]: https://deno.land
[main site]: https://denosaur.org
[reference docs]: https://api.denosaur.org