shena 0.1.1
shena: ^0.1.1 copied to clipboard
Shena filesystem storage for Dart servers with named disks, local and S3 drivers, visibility, and streaming.
example/example.dart
import 'package:shena/shena.dart';
void main() {
print(assertRelativePath('local', 'reports/summary.txt'));
}