Attributes
Includes Deno configuration
Repository
Current version released
3 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.ts
--allow-all
permission?
Why the 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 init
Starting an application
atlas start
Contributing
Refer to our Contributing to Atlas guidelines.
License
The Atlas framework is licensed under the MIT License.