README

App::ModuleSnap

Create a "snapshot" of the installed Raku modules so they can be reinstalled later.

image i_github_com_jonathanstowe_app_modulesnap_workflows_ci_badge_svg not found

Synopsis


	raku-module-snap [--directory=<dir>}

Then at some point later in the directory it created:

	zef install .

Description

This provides a facility to take a "snapshot" of the Raku modules you have installed on your system in the form of a skeleton distribution with the modules as dependencies which can be used to reinstall the modules or even install them fresh on a new machine.

The key use cases for this kind of thing would be either that you need to remove and reinstall your Raku installation (rather than just upgrading in place that will leave the modules as they were,) or you want deploy the same modules on another machine to run some application (or duplicate a development environment.)

This is similar in intent to the autobundle command of Perl 5's cpan command.

It should work with any module installer that uses the standard Raku installation mechanisms ( zef) and should in theory work with any new ones that may come along as it simply writes a minimal META file into an otherwise bare directory. The META file contains the installed modules as it's dependencies just a like a normal module might.

Installation

Assuming you have a working rakudo installation you can install with zef:

zef install App::ModuleSnap

which will install the script and the small supporting module.

Support

This is very simple, but if you have any suggestions/patches etc please send them via github at https://github.com/jonathanstowe/App-ModuleSnap/issues .

Licence and Copyright

This is free software. Please see the LICENCE file in the distribution.

Ā© Jonathan Stowe 2016 - 2021

App::ModuleSnap v0.0.13

Take a snapshot of the installed modules for later reinstallation

Authors

  • Jonathan Stowe

License

Artistic-2.0

Dependencies

JSON::FastMETA6

Test Dependencies

Provides

  • App::ModuleSnap

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.