yox 0.0.2
yox: ^0.0.2 copied to clipboard
---
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate yoxUse it
The package has the following executables:
$ yox
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add yoxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
yox: ^0.0.2Alternatively, 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:yox/core.dart';
import 'package:yox/getx_generator.dart';
import 'package:yox/modules/archive/archive_generator.dart';
import 'package:yox/modules/core_generator/common_package_exporter.dart';
import 'package:yox/modules/core_generator/core_generator.dart';
import 'package:yox/modules/deploy/deploy.dart';
import 'package:yox/modules/devx_build/devx_build.dart';
import 'package:yox/modules/devx_clean/devx_clean.dart';
import 'package:yox/modules/gdrive_check/gdrive_check.dart';
import 'package:yox/modules/git_helper/git_helper.dart';
import 'package:yox/modules/icon_generator/icon_generator.dart';
import 'package:yox/modules/module_generator/module_generator.dart';
import 'package:yox/modules/project_generator/project_generator.dart';
import 'package:yox/modules/publisher/publisher.dart';
import 'package:yox/modules/requirement/requirement.dart';
import 'package:yox/modules/split_generator/booking_core_split_generator.dart';
import 'package:yox/modules/split_generator/split_generator.dart';
import 'package:yox/modules/switch_generator/switch_generator.dart';
import 'package:yox/resources/session/package_info.dart';
import 'package:yox/resources/template/controller.dart';
import 'package:yox/resources/template/module/controller.dart';
import 'package:yox/resources/template/module/view.dart';
import 'package:yox/resources/template/view.dart';
import 'package:yox/shared/extension/clean_filename.dart';
import 'package:yox/shared/helper/dir/dir.dart';
import 'package:yox/shared/helper/exec/exec.dart';
import 'package:yox/shared/helper/name_parser/name_parser.dart';
import 'package:yox/shared/helper/template/template.dart';