hypen 0.18.0 copy "hypen: ^0.18.0" to clipboard
hypen: ^0.18.0 copied to clipboard

unlistedoutdated

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

Use 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

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

dependencies:
  hypen: ^0.18.0

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: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';