oydacli 2.1.3
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 oydacliUse 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 oydacliWith Flutter:
$ flutter pub add oydacliThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
oydacli: ^2.1.3Alternatively, 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';