miniscript 1.6.2-11 copy "miniscript: ^1.6.2-11" to clipboard
miniscript: ^1.6.2-11 copied to clipboard

A MiniScript interpreter for Dart. It can be used to run scripts or as a library for embedding MiniScript in Dart applications

MiniScript Dart #

An exact port of the MiniScript C# interpreter for Dart.

Installation #

CLI Installation #

Run on your terminal.

dart pub global activate miniscript

Library Installation #

Run this on your workspace terminal

dart pub add miniscript

How to Use #

CLI #

Just run this on your terminal.

miniscript --help

Library #

Please check the example folder.

Limitations #

Due to how Dart's typings work, we are unable to make a floatValue function thus we have to enforce the use of single floating point type.

1
likes
160
points
248
downloads

Publisher

unverified uploader

Weekly Downloads

A MiniScript interpreter for Dart. It can be used to run scripts or as a library for embedding MiniScript in Dart applications

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

More

Packages that depend on miniscript