mad_scripts_base 1.0.0 copy "mad_scripts_base: ^1.0.0" to clipboard
mad_scripts_base: ^1.0.0 copied to clipboard

A lightweight Dart developer toolkit for building CLI automation scripts, code generators, and DevOps tools. Includes command base classes, colorful console output, configuration handling, file manag [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mad_scripts_base

With Flutter:

 $ flutter pub add mad_scripts_base

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

dependencies:
  mad_scripts_base: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mad_scripts_base/mad_scripts_base.dart';
0
likes
130
points
136
downloads

Publisher

verified publishermadbrains.ru

Weekly Downloads

A lightweight Dart developer toolkit for building CLI automation scripts, code generators, and DevOps tools. Includes command base classes, colorful console output, configuration handling, file management, Mustache-based templates, and analyzer extensions for code modification.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, mustache_template, path, yaml, yaml_edit

More

Packages that depend on mad_scripts_base