generator_plus 0.0.2+1 copy "generator_plus: ^0.0.2+1" to clipboard
generator_plus: ^0.0.2+1 copied to clipboard

Dart 1 only

An automatic metaprogramming tool for easy source code generation

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate generator_plus

Use it

The package has the following executables:

$ generator-plus

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add generator_plus

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

dependencies:
  generator_plus: ^0.0.2+1

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

Import it

Now in your Dart code, you can use:

import 'package:generator_plus/generator_plus.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

An automatic metaprogramming tool for easy source code generation

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, args, console, dart_config, diff, legit, logging, mustache, mustache_recase, path, pen_api, pub_semver, recase, source_gen

More

Packages that depend on generator_plus