export_generator 0.1.0 copy "export_generator: ^0.1.0" to clipboard
export_generator: ^0.1.0 copied to clipboard

The export_generator package simplifies the process of exporting all files in a directory hierarchy by automatically creating an export configuration file. The primary purpose is to identify and remov [...]

export_generator #

The export_generator package streamlines the task of exporting all files in a directory hierarchy by automating the creation of an export configuration file. Its main function is to recognize and eliminate individual imports, generating a singular configuration file that exports all contents within the specified directory.

Installation #

To integrate export_generator into your project, follow these steps:

  1. Add export_generator to your pubspec.yaml file:

    dependencies:
      export_generator: ^1.0.0  # Use the latest version
    
  2. Run the following command to fetch the package:

    dart pub get
    

Usage #

To utilize export_generator and export all files in a specific directory, run the following command: Replace package_name with your package name

dart run export_generator ./lib/ -p "package_name"
12
likes
110
pub points
0%
popularity

Publisher

verified publisherameurchemli.com

The export_generator package simplifies the process of exporting all files in a directory hierarchy by automatically creating an export configuration file. The primary purpose is to identify and remove individual imports, generating a single configuration file that exports everything within the specified directory.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, flutter, path

More

Packages that depend on export_generator