Attributes
Includes Deno configuration
Repository
Current version released
4 years ago
Dependencies
std
Atlas
Atlas is a web application framework for Deno.
⚠️ This project is unstable and actively being developed. Use with caution.
Documentation
Installation
deno install -A -n atlas https://deno.land/x/atlas/cli.tsWhy the --allow-all permission?
Atlas needs the following permissions:
| Permission | Reason |
|---|---|
--allow-net |
Atlas needs network access to accept incoming Requests |
--allow-read |
Atlas needs read permission to read from files |
--allow-write |
Atlas needs write permission to create scaffold files with atlas init |
--allow-env |
TBD |
--allow-run |
TBD |
Bootstrapping
atlas initStarting an application
atlas startContributing
Refer to our Contributing to Atlas guidelines.
License
The Atlas framework is licensed under the MIT License.