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

A tool to simplify development in a dart multi-package repository.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate moronepo

Use it

The package has the following executables:

$ moronepo

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add moronepo

With Flutter:

 $ flutter pub add moronepo

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

dependencies:
  moronepo: ^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:moronepo/moronepo.dart';
3
likes
0
points
23
downloads

Publisher

verified publishermeniga.com

Weekly Downloads

A tool to simplify development in a dart multi-package repository.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, equatable, flutter, glob, logging, meta, path, pub_semver, pubspec_parse, quiver

More

Packages that depend on moronepo