hypen_cli 0.35.0
hypen_cli: ^0.35.0 copied to clipboard
A hypen framework
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate hypen_cliUse it
The package has the following executables:
$ hypen
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hypen_cliThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hypen_cli: ^0.35.0Alternatively, 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:hypen_cli/extensions/class_element.dart';
import 'package:hypen_cli/extensions/parameter_element.dart';
import 'package:hypen_cli/extensions/string.dart';
import 'package:hypen_cli/navigation/helper.dart';
import 'package:hypen_cli/navigation/navigation.dart';
import 'package:hypen_cli/navigation/node.dart';
import 'package:hypen_cli/preview/lib.dart';
import 'package:hypen_cli/state/effect_class.dart';
import 'package:hypen_cli/state/reactive_class.dart';
import 'package:hypen_cli/state/reactive_extension.dart';
import 'package:hypen_cli/state/snapshot_class.dart';
import 'package:hypen_cli/state/state.dart';
import 'package:hypen_cli/utility/console.dart';
import 'package:hypen_cli/utility/library_import.dart';
import 'package:hypen_cli/utility/type_checker.dart';