yo 0.4.52 copy "yo: ^0.4.52" to clipboard
yo: ^0.4.52 copied to clipboard

unlistedoutdated

---

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate yo

Use it

The package has the following executables:

$ yo

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yo

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

dependencies:
  yo: ^0.4.52

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:yo/core.dart';
import 'package:yo/getx_generator.dart';
import 'package:yo/modules/core_generator/common_package_exporter.dart';
import 'package:yo/modules/core_generator/core_generator.dart';
import 'package:yo/modules/devx_build/devx_build.dart';
import 'package:yo/modules/devx_clean/devx_clean.dart';
import 'package:yo/modules/git_helper/git_helper.dart';
import 'package:yo/modules/icon_generator/icon_generator.dart';
import 'package:yo/modules/module_generator/module_generator.dart';
import 'package:yo/modules/project_generator/project_generator.dart';
import 'package:yo/resources/session/package_info.dart';
import 'package:yo/resources/template/controller.dart';
import 'package:yo/resources/template/module/controller.dart';
import 'package:yo/resources/template/module/view.dart';
import 'package:yo/resources/template/view.dart';
import 'package:yo/shared/extension/clean_filename.dart';
import 'package:yo/shared/helper/dir/dir.dart';
import 'package:yo/shared/helper/exec/exec.dart';
import 'package:yo/shared/helper/name_parser/name_parser.dart';
import 'package:yo/shared/helper/template/template.dart';
1
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

---

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, intl, path, process_run

More

Packages that depend on yo