hypen 0.18.0
hypen: ^0.18.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 hypenUse 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 hypenThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hypen: ^0.18.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/extensions/class_element.dart';
import 'package:hypen/extensions/parameter_element.dart';
import 'package:hypen/extensions/string.dart';
import 'package:hypen/navigation/helper.dart';
import 'package:hypen/navigation/navigation.dart';
import 'package:hypen/navigation/node.dart';
import 'package:hypen/state/action_class.dart';
import 'package:hypen/state/reactive_class.dart';
import 'package:hypen/state/reactive_extension.dart';
import 'package:hypen/state/snapshot_class.dart';
import 'package:hypen/state/state.dart';
import 'package:hypen/utility/library_import.dart';
import 'package:hypen/utility/type_checker.dart';