Giter VIP home page Giter VIP logo

app-implode's Introduction

NAME
    App::Implode - Pack an application into a single runable file

VERSION
    0.03

DESCRIPTION
    App::Implode is an alternative to App::FatPacker and App::fatten. It
    works by using Carton to build all the dependencies and then bundle all
    the deps to a single executable file.

    It is very important that all the dependencies are documented in a
    cpanfile. Example "cpanfile":

      requires "perl" => "5.12.0";
      requires "Mojolicious" => "5.00";

SYNOPSIS
  Generetor
      $ cd my-project
      $ implode myapp.pl out.pl

  Consumer
    It is possible to set environment variables on the consumer side to
    instruct how the code will be "exploded".

      $ out.pl
      $ APP_EXPLODE_VERBOSE=1 out.pl
      $ APP_EXPLODE_DIR=/extract/files/here out.pl

    *   APP_EXPLODE_VERBOSE

        Set this to a true value to get debug output.

    *   APP_EXPLODE_DIR

        The default is to put the extracted files in a default tmpdir. A
        custom "APP_EXPLODE_DIR" can be specified if to override that
        behavior.

CAVEAT
    App::Implode will put all the requirements into an bzip2'ed archive, and
    write it into the generated file, in the "__END__" section. This means
    that you cannot use this section in the source script.

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 - "[email protected]"

app-implode's People

Contributors

jhthorsen avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.