lazy_forge 1.0.0 copy "lazy_forge: ^1.0.0" to clipboard
lazy_forge: ^1.0.0 copied to clipboard

IDE de terminal (TUI) em Dart para modelagem de schema com comandos, visualização em tempo real e export SQL.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate lazy_forge

Use it

The package has the following executables:

$ lazy_forge

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lazy_forge

With Flutter:

 $ flutter pub add lazy_forge

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

dependencies:
  lazy_forge: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lazy_forge/lazy_forge.dart';
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

IDE de terminal (TUI) em Dart para modelagem de schema com comandos, visualização em tempo real e export SQL.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

nocterm

More

Packages that depend on lazy_forge