rps 0.10.1 copy "rps: ^0.10.1" to clipboard
rps: ^0.10.1 copied to clipboard

rps (Run Pubspec Script) allows you to define and run scripts from pubspec.yaml.

example/README.md

RPS Example #

Define scripts in your pubspec.yaml:

scripts:
  gen: flutter pub run build_runner build --delete-conflicting-outputs
  build:
    web:
      $script: flutter build web --flavor production -t lib/main.dart
      $description: Builds a web application
    android:
      $script: flutter build apk --flavor production -t lib/main.dart
      $description: Builds an Android app

Then run them with:

rps gen
rps build web
rps ls

See the README for full documentation.

101
likes
160
points
4.96k
downloads
screenshot

Documentation

API reference

Publisher

verified publisherklyta.it

Weekly Downloads

rps (Run Pubspec Script) allows you to define and run scripts from pubspec.yaml.

Repository (GitHub)
View/report issues

Topics

#scripts #cli #pubspec #task-runner

License

MIT (license)

Dependencies

collection, ffi, http, meta, path, prompts, pub_semver, yaml

More

Packages that depend on rps