oydacli 2.1.3 copy "oydacli: ^2.1.3" to clipboard
oydacli: ^2.1.3 copied to clipboard

oydacli is a tool designed to streamline the creation and management of Oyda projects. This tool automates the setup process, including creating project directories, initializing Dart and Flutter file [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate oydacli

Use it

The package has the following executables:

$ oydacli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add oydacli

With Flutter:

 $ flutter pub add oydacli

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

dependencies:
  oydacli: ^2.1.3

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:oydacli/contents.dart';
import 'package:oydacli/create.dart';
import 'package:oydacli/utilities.dart';
0
likes
105
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

oydacli is a tool designed to streamline the creation and management of Oyda projects. This tool automates the setup process, including creating project directories, initializing Dart and Flutter files, and configuring environment variables for database connections. By simplifying these steps, oydacli ensures a smooth and efficient workflow for developers working with the framework.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, dotenv, flutter_dotenv, http, mockito, oydadb, path, yaml_magic

More

Packages that depend on oydacli