sarus 0.0.1-alpha.15 copy "sarus: ^0.0.1-alpha.15" to clipboard
sarus: ^0.0.1-alpha.15 copied to clipboard

Sarus is a fast, minimalistic backend framework for Dart.

Sarus #

A fast, minimalistic backend framework for Dart.

Documentation 📝 #

For detailed documentation, please visit the Sarus documentation.

Quick Start 💻 #

Prerequisites 📝 #

In order to use Sarus you must have the Dart SDK installed on your machine.

Installing 🧑‍💻 #

dart pub global activate sarus_cli

Creating a Project ✨ #

Use the sarus create command to create a new Sarus project:

sarus create my_project

This will create a new directory called my_project with the basic structure of a Sarus project.

Running the Project 🚀 #

To run your Sarus project, navigate to the project directory and use the sarus dev command:

cd my_project
sarus dev

Building for Production ⚙️ #

To create a production build of your Sarus project, use the sarus build command:

sarus build
3
likes
145
points
217
downloads

Publisher

unverified uploader

Weekly Downloads

Sarus is a fast, minimalistic backend framework for Dart.

Repository (GitHub)
View/report issues

Topics

#server #backend #shelf #sarus #cli

Documentation

API reference

License

MIT (license)

Dependencies

http_methods, meta, shelf

More

Packages that depend on sarus