generate 0.2.1+3 copy "generate: ^0.2.1+3" to clipboard
generate: ^0.2.1+3 copied to clipboard

dart cui tools.generate some project template or class for my styles.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate generate

Use it

The package has the following executables:

$ generate

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add generate

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

dependencies:
  generate: ^0.2.1+3

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:generate/generate.dart';
0
likes
25
pub points
45%
popularity

Publisher

unverified uploader

dart cui tools.generate some project template or class for my styles.

Repository (GitLab)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

mustache, path, resource, wrapper_args

More

Packages that depend on generate