-
-
22 Oct 2020 13:27:14 UTC
- Distribution: Rapi-Fs
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (64 / 0 / 0)
- Kwalitee
Bus factor: 2- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (145.39KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- DateTime
- Encode::Guess
- File::MimeInfo::Magic
- File::ShareDir
- FindBin
- Getopt::Long
- HTML::Entities
- Module::Runtime
- Moo
- Moo::Role
- Moose
- Moose::Role
- Number::Bytes::Human
- Path::Class
- Plack::Runner
- Pod::Usage
- RapidApp
- RapidApp::Builder
- RapidApp::Module::NavTree
- RapidApp::Util
- Scalar::Util
- Types::Standard
- URI
- URI::Escape
- experimental
- if
- lib
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
rapi-fs.pl - Instant file browser webapp
SYNOPSIS
rapi-fs.pl [OPTIONS] PATHS Options: --help Display this help screen and exit --debug Enable debug mode --port Local TCP port to use for the test server (defaults to 3500) -I Specifies Perl library include paths, like "perl"'s -I option. You may add multiple paths by using this option multiple times. Examples: rapi-fs.pl /some/path rapi-fs.pl Some-Name:/some/path rapi-fs.pl /some/path /some/other/dir ~/foo
DESCRIPTION
rapi-fs.pl
is a simple wrapper around Rapi::Fs, which is a Plack-compatable application written with RapidApp. It accepts a list of directory paths and lauches a web interface to browse them.SEE ALSO
RapidApp, Rapi::Fs, Plack::Component, RapidApp::Builder
SUPPORT
IRC:
Join #rapidapp on irc.perl.org.
AUTHOR
Henry Van Styn <vanstyn@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by IntelliTree Solutions llc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Rapi::Fs, copy and paste the appropriate command in to your terminal.
cpanm Rapi::Fs
perl -MCPAN -e shell install Rapi::Fs
For more information on module installation, please visit the detailed CPAN module installation guide.