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

discontinued
Dart 1 only

Transformer which outputs a simple index.html file in all folders under web when one is not already present.

index_page #

A transformer which outputs an index.html file in each folder that doesn't already have one. This file simply lists all the files/folder under that directory. By default it will only run in debug mode.

Example usage which will only output links to html files in the web directory:

transformers:
- index_page:
   $include: web/**.html

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
30
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

Transformer which outputs a simple index.html file in all folders under web when one is not already present.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

barback, path

More

Packages that depend on index_page