hypen_cli 0.29.2+1 copy "hypen_cli: ^0.29.2+1" to clipboard
hypen_cli: ^0.29.2+1 copied to clipboard

discontinued

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_cli

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_cli

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

dependencies:
  hypen_cli: ^0.29.2+1

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_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/library_import.dart';
import 'package:hypen_cli/utility/type_checker.dart';