egycoder_cli 0.0.0 egycoder_cli: ^0.0.0 copied to clipboard
this is one of egycoder framework packages, it's a cli to manage your code
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate egycoder_cli
Use it
The package has the following executables:
$ egycoder
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add egycoder_cli
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
egycoder_cli: ^0.0.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:egycoder_cli/init/enums.dart';
import 'package:egycoder_cli/init/files_and_folders.dart';
import 'package:egycoder_cli/init/files_templates.dart';
import 'package:egycoder_cli/main.dart';