react_tool 0.1.1 copy "react_tool: ^0.1.1" to clipboard
react_tool: ^0.1.1 copied to clipboard

CLI for building and running React Dart applications.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate react_tool

Use it

The package has the following executables:

$ react

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add react_tool

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  react_tool: ^0.1.1

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:react_tool/react_tool.dart';
0
likes
0
points
523
downloads

Publisher

unverified uploader

Weekly Downloads

CLI for building and running React Dart applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, artisanal, code_assets, ffi, hooks, liquify, native_prebuilt, native_toolchain_rust, package_config, path, react_analysis, sass, yaml

More

Packages that depend on react_tool