neo 1.0.0-dev-1 copy "neo: ^1.0.0-dev-1" to clipboard
neo: ^1.0.0-dev-1 copied to clipboard

discontinued
outdated

Tool that helps you to run code generation commands.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate neo

Use it

The package has the following executables:

$ neo

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add neo

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

dependencies:
  neo: ^1.0.0-dev-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:neo/neo.dart';
0
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Tool that helps you to run code generation commands.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, mason_logger, path, pub_updater, pubspec_parse

More

Packages that depend on neo