The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mojolicious::Command::browserify - A Mojolicious command for browserify

DESCRIPTION

Mojolicious::Command::browserify is a Mojolicious command which handle browserify dependencies and installation.

SYNOPSIS

  $ mojo browserify install
  $ mojo browserify version

ATTRIBUTES

description

Short description of command, used for the command list.

usage

Usage information for command, used for the help screen.

METHODS

install

This method will run npm install browserify. It will die unless browserify was installed.

run

Run command and call "install" or "version".

version

Print version information.

COPYRIGHT AND LICENSE

Copyright (C) 2014, Jan Henning Thorsen

This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.

AUTHOR

Jan Henning Thorsen - jhthorsen@cpan.org