webapp 1.0.22
webapp: ^1.0.22 copied to clipboard
This package is designed for fast, easy, and powerful server-side web application development using the Dart language. It provides the tools and features needed to build robust back-end services efficiently.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate webapp
Use it
The package has the following executables:
$ webapp
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add webapp
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
webapp: ^1.0.22
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:webapp/cli/commands/commands.dart';
import 'package:webapp/cli/commands/create.dart';
import 'package:webapp/cli/commands/route.dart';
import 'package:webapp/cli/core/cmd_console.dart';
import 'package:webapp/cli/core/cmd_controller.dart';
import 'package:webapp/cli/core/cmd_manager.dart';
import 'package:webapp/cli/core/option.dart';
import 'package:webapp/wa_cli.dart';
import 'package:webapp/wa_console.dart';
import 'package:webapp/wa_mail.dart';
import 'package:webapp/wa_model.dart';
import 'package:webapp/wa_model_less.dart';
import 'package:webapp/wa_route.dart';
import 'package:webapp/wa_server.dart';
import 'package:webapp/wa_tools.dart';
import 'package:webapp/wa_ui.dart';