quee_cli 0.0.2
quee_cli: ^0.0.2 copied to clipboard
A command line interface for quee package that provides basic argument parsing.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add quee_cli
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
quee_cli: ^0.0.2
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:quee_cli/core/file_generate.dart';
import 'package:quee_cli/core/filename_maker.dart';
import 'package:quee_cli/core/terminal.dart';
import 'package:quee_cli/helper/file_helper.dart';
import 'package:quee_cli/helper/name_helper.dart';
import 'package:quee_cli/model_generator.dart';
import 'package:quee_cli/quee.dart';