egycoder_cli 0.0.0 copy "egycoder_cli: ^0.0.0" to clipboard
egycoder_cli: ^0.0.0 copied to clipboard

outdated

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';
4
likes
0
points
122
downloads

Publisher

unverified uploader

Weekly Downloads

this is one of egycoder framework packages, it's a cli to manage your code

License

unknown (license)

Dependencies

args, process_run, very_good_analysis

More

Packages that depend on egycoder_cli