Skip to content

tsukigatari/nvim-dart-export-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dart Export Generator

This is a Neovim plugin that automatically generates dart export files.

Installation

Lazy.nvim

{ "tsukigatari/nvim-dart-export-generator" }

Usage

Generate a default export file (by default, it's index.dart).

lua require("dart_export_generator").setup()

Generate a custom export file (you specify the filename).

lua require("dart_export_generator").setup("custom")

License

This project is licensed under the MIT License.

About

simplify dart export generation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages