omofolarin / dart-script-runner

A dart script runner. Like "npm run" but for your dart scripts in pubspec.yaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

To install the custom script, run the following commands:

curl -LO https://github.com/omofolarin/dart-script-runner/raw/main/installer.sh
chmod +x installer.sh
./installer.sh

About

A dart script runner. Like "npm run" but for your dart scripts in pubspec.yaml

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%